#
whycq
2024-04-11 80c6ee8ea8adf91e4dd118c8deff948e46a8e043
pages/phyz/order/pakinOrderSelect.vue
@@ -58,11 +58,11 @@
      <view class="mask" v-if="mask">
         加载中。。。
      </view>
      <view class="buttom">
      <!-- <view class="buttom">
         <uni-search-bar :focus="searchValueFocus" v-model="searchValue" style="width: 100%;"
            maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear" placeholder="输入 / 扫描 订单号">
         </uni-search-bar>
      </view>
      </view> -->
   </view>
</template>
@@ -120,7 +120,12 @@
                     _this.dataList = res.data.records
                     _this.total = res.data.total
                     _this.mask = false
                  }
                  } else if (res.code == 403) {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                     setTimeout(() => { uni.reLaunch({ url: '../login/login' }); }, 1000);
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               }
            })
         },