| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | 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 |