去掉购物车

This commit is contained in:
@fawn-nine
2024-07-03 10:36:53 +08:00
parent f5b053a8a0
commit 6ecec6289e
5 changed files with 27 additions and 24 deletions

View File

@@ -780,7 +780,7 @@ export default {
},
onLoad(options) {
this.options = options;
console.log('options',options)
// this.handleClickGetGoodsList();
// this.getUserInfo()
// this.getCateList()
@@ -1027,7 +1027,7 @@ export default {
that.curriculumData.productImageList == null ||
that.curriculumData.productImageList == ""
) {
this.swiperList.push(that.curriculumData.explainsImg);
this.swiperList.push(that.curriculumData.productImages);
} else {
that.swiperList = that.curriculumData.productImageList.split(",");
// for (var i = 0; i < imgList.length; i++) {

View File

@@ -254,7 +254,7 @@
icon: 'error',
duration: 1000,
})
}else{
}else{
uni.navigateTo({
url: '../bookShop/settlement?type=1&list='+JSON.stringify(shangList)
});
@@ -265,8 +265,11 @@
// 商品内容跳转
goDetail(id) {
uni.navigateTo({
url: '../bookShop/commodityDetail?id=' + id
url: '/pages/goods/index/index?id=' + id
});
// uni.navigateTo({
// url: '../bookShop/commodityDetail?id=' + id
// });
},
},