|
|
@@ -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: '提示',
|