@@ -49,7 +49,6 @@
</view>
-
<view class="list select-list" v-if="selectGoodList.length > 0">
@@ -1,4 +1,5 @@
<template>
+ <view>
<view :style="colorStyle">
<view class="all-products-body" v-for="(item, index) in grouponOrderData.goodsInfos" :key="index">
@@ -214,6 +215,7 @@
</u-popup>
+ </view>
</template>
<script>
@@ -644,7 +646,7 @@ export default {
let g = {goodsId: e.id, num: e.num};
goodsInfos.push(g);
})
+
let that = this
postOrderSubmit({
distributeMode: 1,