| | |
| | | <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':'']"> |
| | |
| | | }) |
| | | }, |
| | | async getCode() { |
| | | // await this.$message.confirm('是否同意入驻协议') |
| | | // this.protocal = true |
| | | console.log('getCode') |
| | | uni.hideKeyboard() //隐藏已经显示的软键盘,如果软键盘没有显示则不做任何操作。 |
| | | if (this.getCodeisWaiting) { |
| | | return; |
| | |
| | | position: absolute; |
| | | right: 40rpx; |
| | | top: 25rpx; |
| | | z-index: 99; |
| | | } |
| | | } |
| | | |