修改小程序bug
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
console.log('产品详情', res);
|
console.log('产品详情', res);
|
||||||
let detail = res.data.data
|
let detail = res.data.data
|
||||||
let dataCode = res.data.code
|
let dataCode = res.data.code
|
||||||
if (!detail) {
|
if (dataCode === -1) {
|
||||||
this.isLoad = false
|
this.isLoad = false
|
||||||
}
|
}
|
||||||
//授权登录拦截
|
//授权登录拦截
|
||||||
|
|||||||
Reference in New Issue
Block a user