dengjie : 解决banner跳转问题
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
this.imgUrl = uni.getStorageSync('img_url')
|
||||
this.imgUrl = uni.getStorageSync('img_url')
|
||||
this.id = option.id
|
||||
this.getProductDetail()
|
||||
this.getCsTel()
|
||||
@@ -139,7 +139,7 @@
|
||||
//获取详情信息
|
||||
getProductDetail() {
|
||||
this.$apiServe.getProductDetail(this.id).then(res => {
|
||||
console.log('产品详情mtype', res.data.data.mytpe);
|
||||
console.log('产品详情mtype', res.data.data);
|
||||
let detail = res.data.data
|
||||
let dataCode = res.data.code
|
||||
//授权登录拦截
|
||||
|
||||
Reference in New Issue
Block a user