From 74ff2cd15d65511c26b6a1a2e58e6153deb1e938 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 12 七月 2024 14:40:17 +0800 Subject: [PATCH] 1 --- sub_pages/supplier/supplier-reg/supplier-reg.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sub_pages/supplier/supplier-reg/supplier-reg.vue b/sub_pages/supplier/supplier-reg/supplier-reg.vue index d6fb84e..7bdfc5f 100644 --- a/sub_pages/supplier/supplier-reg/supplier-reg.vue +++ b/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; } } -- Gitblit v1.9.3