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