@@ -39,6 +39,13 @@
"style": {
"navigationBarTitleText":"立即下单"
}
+ },
+ {
+ "path": "pages/goods/product",
+ "style": {
+ "navigationBarTitleText":"商品详情",
+ "navigationStyle": "custom"
+ }
],
"subPackages": [{
@@ -747,6 +747,7 @@
})
},
navToListPage(id){
+ console.log('111111111111')
this.isModallayer = true;
this.$api.navigateTo(`/pages/goods/product?id=${id}`)
@@ -814,6 +814,7 @@
+ console.log(id)
hideMobel(){