#
whycq
2022-04-12 8273bbc35dde45100dee48d99c1bec7939cbc7bc
pages/basics/order.vue
@@ -61,7 +61,7 @@
      </view>
      <view>
         <!-- 修改数量 -->
         <uni-popup ref="revise" background-color="#F1F1F1" @change="change">
         <uni-popup ref="revise" background-color="#FFF" @change="change">
            <view class="revise-box">
               <view class="revise-box-top">
                  <view class="color-block-blue"></view>
@@ -180,6 +180,9 @@
                        position: 'bottom',
                        duration: 1000
                     });
                     that.barcode = ''
                     that.orderNo = ''
                     that.orderList = []
                  } else if (res.code == 403) {
                     uni.showToast({title: res.msg, icon: "none", position: 'top'})
                     setTimeout(() => {
@@ -205,8 +208,10 @@
                },
               success(result) {
                  let res = result.data
                  if (res.code === 200 && res.data) {
                     that.orderList = res.data
                  if (res.code === 200) {
                     if(res.data) {
                        that.orderList = res.data
                     }
                  } else if (res.code == 403) {
                     uni.showToast({title: res.msg, icon: "none", position: 'top'})
                     setTimeout(() => {
@@ -328,7 +333,7 @@
      margin-top: 20rpx;
   }
   .data-list:last-child {
      margin-bottom: 120rpx;
      margin-bottom: 160rpx;
   }
   /* .data-list-left {
      display: inline-block;