fixing bug

This commit is contained in:
2020-09-09 17:21:33 +08:00
parent 45c087bf14
commit a9477b9657
5 changed files with 25 additions and 14 deletions

View File

@@ -83,6 +83,10 @@
<image src="/static/image/mine/39.png"></image>
<view>试穿试送</view>
</view>
<view @click="toCartPage">
<image src="/static/image/common/33.png"></image>
<view>购物车</view>
</view>
</view>
</view>
<view class="more-tool">
@@ -224,7 +228,10 @@ export default {
uni.navigateTo({
url: '/pageE' + url
});
}
},
toCartPage() {
this.$u.route('/pageC/cart/index');
},
}
};
</script>