Fix:2787 【商城小程序】点击进入已下架的商品详情页,页面空白并且没有提示信息,增加提示:该产品已下架或删除
This commit is contained in:
@@ -1068,6 +1068,7 @@ export default {
|
|||||||
})
|
})
|
||||||
getProductDetail(this.id, from).then(res => {
|
getProductDetail(this.id, from).then(res => {
|
||||||
const { data } = res
|
const { data } = res
|
||||||
|
uni.hideLoading()
|
||||||
this.$set(this, 'storeInfo', data.storeInfo)
|
this.$set(this, 'storeInfo', data.storeInfo)
|
||||||
this.isWenwan = data.isWenwan
|
this.isWenwan = data.isWenwan
|
||||||
this.qualifications = data.qualifications || []
|
this.qualifications = data.qualifications || []
|
||||||
|
|||||||
Reference in New Issue
Block a user