hejie 3 жил өмнө
parent
commit
ff80f84a54

+ 4 - 0
src/pages/product/p_details.vue

@@ -166,6 +166,10 @@ import authorizeModule from '@/components/authorize-module/index'
 				post("goods/goodsDetail",da).then(res => {
                     if(res.code === 0){
                         this.detail = res.data.data
+						let imgs = [];
+						imgs.push(this.detail.original_img)
+						imgs.push(...this.detail.goods_img)
+						this.detail.goods_img = imgs
                     }else{
                         uni.showModal({
                             title: '提示',