소스 검색

京东跳店铺问题修复

shaogen1995 7 달 전
부모
커밋
5ca1e371a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"