#
LSH
2023-02-10 f681b210692b079455a53afd5bd83b4401ef9320
pages/basics/test.vue
@@ -1,7 +1,7 @@
<template>
   <view >
      <scroll-view scroll-y catch:touchmove="touchmove">
         <view class="square-2">
         <!-- <view class="square-2">
            <view class="square-title">
               <view class="title-sign"><view class="sign"></view></view>
               <view class="title-text"><text>通道</text></view>
@@ -11,7 +11,7 @@
                  <uni-combox emptyTips="暂无数据" :candidates="staNoList" v-model="staNo" placeholder="通道"></uni-combox>
               </view>
            </view>
         </view>
         </view> -->
         <view class="square-2">
            <view class="square-title">
               <view class="title-sign"><view class="sign"></view></view>
@@ -83,7 +83,7 @@
            type: 'center',
            msgType: 'success',
            messageText: '这是一条成功提示',
            staNoList:[1,2,3,4,5,6],
            staNoList:[1,2,3,4,5,6,7,8],
            staNo:'',
            locNoFocus:true,
            userIdFocus:false,
@@ -113,10 +113,8 @@
         },
         focuss(e) {
            this[e] = false;
            console.log(this[e])
            setTimeout(()=>{
               this[e] = true;
               console.log(this[e])
            }, 100);
         },
         locNoFocuss() {
@@ -141,7 +139,6 @@
            }, 100);
         },
         nextInput(type) {
            console.log(type)
            this.focuss(type)
            // switch (obj) {
            //    case 'locNo':
@@ -170,7 +167,7 @@
            uni.request({
               url: that.commonUrl + '/mobile/test/startUp/auth',
               data: {
                  channel:that.staNo,
                  // channel:that.staNo,
                  locNo:that.locNo,
                  userId:that.userId,
                  barcode:that.barcode