去掉购物车
This commit is contained in:
@@ -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++) {
|
||||
|
||||
@@ -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
|
||||
// });
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user