@@ -68,6 +68,11 @@
"navigationBarTitleText": "商品详情",
"navigationStyle":"custom"
}
+ },{
+ "path": "pages/goods/product-detail",
+ "style": {
+ "navigationStyle":"custom"
+ }
},{
"path": "pages/service/aftersale",
"style": {
@@ -559,7 +559,6 @@
},
onShow() {
this.$api.getStorage().then((resolve) => {
- console.log('2222222222')
this.userID = resolve.userID ? resolve.userID : '';
this.userIdentity = resolve.userIdentity ? resolve.userIdentity : 3
if (isPreviewImg) {
@@ -569,7 +568,6 @@
this.initData();
}).catch(resolve =>{
- console.log('1111111111')
})
@@ -260,7 +260,8 @@
navToDetailPage(id) {//跳转商品详情页
this.modallayer = true;
- this.$api.navigateTo(`/pages/goods/product?id=${id}`)
+ this.$api.navigateTo(`/pages/goods/product-detail?id=${id}`)
+ // this.$api.navigateTo(`/pages/goods/product?id=${id}`)
handleContact(e){
console.log(e.detail.path)