guhongwei 2 年之前
父节点
当前提交
3b73f4a86e
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      pagesHome/order/detail.vue

+ 3 - 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)
@@ -812,6 +812,8 @@
 			.two_2 {
 				display: flex;
 				flex-wrap: wrap;
+				overflow-y: auto;
+				height: 20vh;
 				padding: 1vw;
 				margin: 1vw 0 0 0;