xuxueyang
2024-07-12 c58aff5b2a349c6b1fc8a4a3f474f7f8cc529e09
sub_pages/supplier/supplier-reg/supplier-reg.vue
@@ -36,7 +36,7 @@
               <view class="flex">
                  <view class="topic-font m-l-a m-r-0" @click="toLogin">前往登录</view>
               </view>
               <view class="flex flex-wrap-normal" style="position: fixed;bottom: 40rpx;left: 40rpx;right: 40rpx;">
               <view class="flex flex-wrap-normal" style="position: fixed;bottom: 40rpx;left: 40rpx;right: 40rpx;" v-if="false">
                  <view :style="{'margin-top': '8rpx','margin-right': '12rpx','font-size':'24rpx'}"
                  @click="protocal=!protocal"
                   class="component-radio" :class="[protocal?'cur':'']">
@@ -81,6 +81,9 @@
            })
         },
         async getCode() {
            // await this.$message.confirm('是否同意入驻协议')
            // this.protocal = true
            console.log('getCode')
            uni.hideKeyboard() //隐藏已经显示的软键盘,如果软键盘没有显示则不做任何操作。
            if (this.getCodeisWaiting) {
               return;
@@ -298,6 +301,7 @@
         position: absolute;
         right: 40rpx;
         top: 25rpx;
         z-index: 99;
      }
   }