zs 2 năm trước cách đây
mục cha
commit
d48ada397f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pagesHome/order/detail.vue

+ 1 - 1
pagesHome/order/detail.vue

@@ -452,7 +452,7 @@
 					let data = res.data;
 					if (data.goods.brief) data.goods.brief = data.goods.brief.replace(/\<img/gi, '<img class="rich-img"');
 					that.$set(that, `info`, data.goods)
-					// that.$set(that, `specs`, data.specs)
+					that.$set(that, `specs`, data.specs)
 					that.$set(that, `shop`, data.shop)
 					if (data.specs.length > 0) that.$set(that.specsInfo, `sell_money`, data.specs[0].sell_money)
 					that.$set(that, `bannerList`, data.goods.file)