feat:性能优化
This commit is contained in:
+4
-4
@@ -62,7 +62,7 @@
|
||||
<!-- <up-loading-icon :show="productLoading"></up-loading-icon> -->
|
||||
<view class="yp_item" v-for="item in faddishProduct" :key="item.id" @click.stop="jumpInfo(item)">
|
||||
<view class="yp_item_image_wrapper">
|
||||
<image :src="item.url" mode="aspectFill" class="yp_item_image" shape="square" radius="15"></image>
|
||||
<image :src="item.url" mode="aspectFill" lazy-load class="yp_item_image" shape="square" radius="15"></image>
|
||||
<!-- <up-image :src="item.url" width="100%" height="88" bgColor="#f1f6ff00" shape="square"
|
||||
radius="15"></up-image> -->
|
||||
</view>
|
||||
@@ -409,7 +409,7 @@ export default {
|
||||
},
|
||||
jumpSearch() {
|
||||
uni.navigateTo({
|
||||
url: "/pages/rwa_package/dongjian/search",
|
||||
url: "/pages/rwa_package/insights/search",
|
||||
});
|
||||
},
|
||||
// 商品列表
|
||||
@@ -524,7 +524,7 @@ export default {
|
||||
},
|
||||
onJumpYou() {
|
||||
uni.navigateTo({
|
||||
url: "/pages/rwa_package/shop/you-shop",
|
||||
url: "/pages/rwa_package/shop/preferred-shop",
|
||||
});
|
||||
},
|
||||
checkUpdate() {
|
||||
@@ -662,7 +662,7 @@ export default {
|
||||
|
||||
jumpIntegral() {
|
||||
uni.navigateTo({
|
||||
url: "/pages/rwa_package/shop/fen-shop",
|
||||
url: "/pages/rwa_package/shop/points-shop",
|
||||
});
|
||||
},
|
||||
jumpPage(path) {
|
||||
|
||||
Reference in New Issue
Block a user