diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index f0e1567..6b5aaf0 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -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 || []