From 92734fd710ba133b5c2dafcafbfe6ee1e81b5bd9 Mon Sep 17 00:00:00 2001 From: dongjian <315328220@qq.com> Date: Wed, 12 Nov 2025 13:58:37 +0800 Subject: [PATCH] no message --- pages/rwa_package/shop/you-shop.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/rwa_package/shop/you-shop.vue b/pages/rwa_package/shop/you-shop.vue index 619ab4a..3567f91 100644 --- a/pages/rwa_package/shop/you-shop.vue +++ b/pages/rwa_package/shop/you-shop.vue @@ -143,22 +143,22 @@ export default { goShare() { console.log("go 的地址"); - if (swiperList[0]?.goodsUrl) { + if (this.swiperListData[0]?.goodsUrl) { uni.navigateTo({ url: "/pages/other_package/productInfo/productInfo?id=" + - swiperList[0].goodsUrl, + this.swiperListData[0].goodsUrl, }); } }, onSwiperClick(index) { - console.log("banner 图", this.swiperListData, index); - swiperList[index].goodsUrl; - if (swiperList[index]?.goodsUrl) { + console.log("banner1111", this.swiperList, index); + this.swiperListData[index].goodsUrl; + if (this.swiperListData[index]?.goodsUrl) { uni.navigateTo({ url: "/pages/other_package/productInfo/productInfo?id=" + - swiperList[index].goodsUrl, + this.swiperListData[index].goodsUrl, }); } },