陶杰
2024-09-11 955ea95fb913822c5978ec4a98a794b3c65c21d3
sub_pages/customer/shopping/confirm.vue
@@ -220,7 +220,7 @@
            var goodsRecordIds = []
            if (this.dto.goodsRecordIdListStr) {
               for (var t of this.cache_goods) {
                  t.push(t.goodsId)
                  t.push(t.id)
               }
            }
@@ -407,7 +407,6 @@
         </view>
         <view class="p10 bg-white m-t-20 br-4">
            <!-- #ifdef PUB_CUSTOMER_DEV -->
            <view class="form-item  flex ">
               <view class="label">优惠券</view>
@@ -417,7 +416,6 @@
                  <u-icon class="m-l-a" name="arrow-right"></u-icon>
               </view>
            </view>
            <!-- #endif -->
            <view class="form-item  flex m-t-12">
               <view class="label">特殊需求</view>
@@ -439,7 +437,6 @@
                  </view>
               </view>
            </view>
            <!-- #ifdef PUB_CUSTOMER_DEV -->
            <view class="form-item  flex ">
               <view class="label">兑换券</view>
@@ -450,7 +447,6 @@
                  <u-icon class="m-l-a" name="arrow-right"></u-icon>
               </view>
            </view>
            <!-- #endif -->
         </view>
      </view>