#
whycq
2022-10-12 7195780847f34630364b22796dae7ed40cfff90e
pages/basics/order.vue
@@ -33,17 +33,6 @@
            <view class="square-title">
               <view class="title-sign"><view class="sign"></view></view>
               <view class="title-text"><text>商品列表</text></view>
               <view v-show="matList.length != 0" class="lable">
                  <label class="label-btn" style="width: 170rpx;line-height: 95rpx;"  >
                     <checkbox :checked="check" @click="allChecked()">{{checkText}}</checkbox>
                  </label>
                  <label class="label-btn"  >
                     <text  @click="reChecked()">反选</text>
                  </label>
                  <label >
                     <uni-icons type="trash" size="25" color="#a5a5a5" @click="remove()"></uni-icons>
                  </label>
               </view>
            </view>
            
         </view>
@@ -299,7 +288,7 @@
               }),
               method: 'POST',
                header: {
                  'token':uni.getStorageSync('token')
                  'token':uni.getStorageSync('token'),
                },
               success(result) {
                  uni.showLoading();