guhongwei 2 years ago
parent
commit
948ad02a67
2 changed files with 2 additions and 3 deletions
  1. 1 1
      pagesHome/group/share.vue
  2. 1 2
      pagesMy/order/after.vue

+ 1 - 1
pagesHome/group/share.vue

@@ -25,7 +25,7 @@
 						¥{{info.goodsSpec.group_config.money}}元
 						¥{{info.goodsSpec.group_config.money}}元
 					</view>
 					</view>
 					<view class="brief">
 					<view class="brief">
-						{{info.goods.brief||''}}
+						{{info.goods.shot_brief||''}}
 					</view>
 					</view>
 				</view>
 				</view>
 			</view>
 			</view>

+ 1 - 2
pagesMy/order/after.vue

@@ -180,9 +180,8 @@
 					code: "afterSale_type"
 					code: "afterSale_type"
 				});
 				});
 				if (res.errcode == '0') {
 				if (res.errcode == '0') {
-					let type = res.data.filter(i => i.value != '4' && i.value != '5')
 					that.$set(that, `typeList`, res.data)
 					that.$set(that, `typeList`, res.data)
-					var menu = type.map((item) => {
+					var menu = res.data.map((item) => {
 						return {
 						return {
 							title: item.label,
 							title: item.label,
 							active: item.value
 							active: item.value