1
xuxueyang
2024-07-12 74ff2cd15d65511c26b6a1a2e58e6153deb1e938
sub_pages/supplier/supplier-reg/supplier-reg.vue
@@ -11,7 +11,7 @@
            <form class="cl">
               <view class="t-a titles-top">
                  <view class="title-1">HELLO</view>
                  <view class="title-2">欢迎入住<span class="title-3">花满芜</span></view>
                  <view class="title-2">欢迎入驻<span class="title-3">花满芜</span></view>
               </view>
@@ -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;
      }
   }