uniapp/pages/goods/goodsDetail.vue
@@ -439,10 +439,13 @@ console.log(this.pageInfo); }) }else if(this.faction == 'd'){ var that = this; console.log(this.optionsInfo.goodsId); this.$u.api.getDyGoodsDetail({ goodsId: this.optionsInfo.goodsId }).then(e => { console.log(e); var res = e.data.info; this.pageInfo = res that.optionsInfo.imgs = that.pageInfo.imgs;