Fix:2787 【商城小程序】点击进入已下架的商品详情页,页面空白并且没有提示信息,增加提示:该产品已下架或删除

This commit is contained in:
linxi
2025-05-06 15:47:39 +08:00
parent d5293f1038
commit 51b5a77d07
+1
View File
@@ -1068,6 +1068,7 @@ export default {
})
getProductDetail(this.id, from).then(res => {
const { data } = res
uni.hideLoading()
this.$set(this, 'storeInfo', data.storeInfo)
this.isWenwan = data.isWenwan
this.qualifications = data.qualifications || []