diff --git a/pages/goods/index.vue b/pages/goods/index.vue index c78ae24..c6031b1 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -83,6 +83,11 @@ {{(state.rewardActivity.ruleDescriptions[0])[1]}} + + + {{(state.rewardActivity.ruleDescriptions[0])[1]}} + diff --git a/sheep/hooks/useGoods.js b/sheep/hooks/useGoods.js index 5c12f26..a8bf1b2 100644 --- a/sheep/hooks/useGoods.js +++ b/sheep/hooks/useGoods.js @@ -418,16 +418,12 @@ export function handeleData(array) { value: [] }, { - name: '满送', + name: '赠品', value: [] }, { name: '包邮', value: [] - }, - { - name: '赠品', - value: [] } ]); @@ -444,9 +440,6 @@ export function handeleData(array) { case 3: array2.value[2].value.push(value); // 包邮 break; - case 4: - array2.value[3].value.push(value); // 赠品 - break; default: break; }