Explorar o código

京东跳店铺问题修复

shaogen1995 hai 7 meses
pai
achega
5ca1e371a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      小程序/jingtailan/src/pages/mine/index.vue

+ 1 - 1
小程序/jingtailan/src/pages/mine/index.vue

@@ -421,7 +421,7 @@ onShow(async () => {
             ><view class="others" v-for="item in others" :key="item.name">
               <image
                 @tap="
-                  goToMini(item.appId, item.name === '京东' ? '' : item.patch)
+                  goToMini(item.appId, item.name === '京东' ? item.patch : item.patch)
                 "
                 :src="baseIMGUrl + item.icon"
                 mode="scaleToFill"