This commit is contained in:
唐明明
2022-06-14 18:38:32 +08:00
parent adfc25d91c
commit a3221cfe18
12 changed files with 895 additions and 891 deletions

View File

@@ -2,7 +2,7 @@
"name" : "共力生态", "name" : "共力生态",
"appid" : "__UNI__DE7B0E6", "appid" : "__UNI__DE7B0E6",
"description" : "共力生态", "description" : "共力生态",
"versionName" : "1.0.26", "versionName" : "1.0.27",
"versionCode" : 100, "versionCode" : 100,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */

View File

@@ -14,7 +14,7 @@
<button :disabled="getSms" size="mini" @click="getPhoneCode()">{{sendCode}}</button> <button :disabled="getSms" size="mini" @click="getPhoneCode()">{{sendCode}}</button>
</view> </view>
<view class="auth-input"> <view class="auth-input">
<input v-model="parentId" type="number" placeholder="输入邀请码"> <input v-model="parentId" placeholder="输入邀请码">
</view> </view>
<view class="auth-button"> <view class="auth-button">
<button @click="login('code')">登录</button> <button @click="login('code')">登录</button>
@@ -50,6 +50,10 @@
methods: { methods: {
// 获取验证码 // 获取验证码
getPhoneCode() { getPhoneCode() {
uni.showLoading({
title : '加载中...',
mask :true
})
let outTime; let outTime;
let smsTime = 60; let smsTime = 60;
getSms({ getSms({

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long