From f681b210692b079455a53afd5bd83b4401ef9320 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 10 二月 2023 10:42:23 +0800 Subject: [PATCH] # --- pages/basics/test.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/basics/test.vue b/pages/basics/test.vue index d488476..cf78e45 100644 --- a/pages/basics/test.vue +++ b/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> @@ -167,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 -- Gitblit v1.9.1