1
0
forked from dyf/APP

操作说明,产品说明,接口联调对接

This commit is contained in:
fengerli
2025-07-11 11:31:12 +08:00
parent 16d431aa63
commit 6ada4657fb
18 changed files with 2484 additions and 1397 deletions

View File

@ -23,7 +23,6 @@
class="agreeT">隐私政策</a></text>
</view>
</view>
<!-- 登录按钮 -->
<button class="login-btn" @click="handleLogin">
登录
@ -114,7 +113,6 @@
},
// 登录
async handleLogin() {
console.log('33333');
if (this.phone == '') {
uni.showToast({
title: '手机号不能为空',
@ -146,7 +144,6 @@
smsCode: this.code,
tenantId: '894078' //租户ID
})
console.log(res, 'res44444');
if (res.code == 200) {
uni.hideLoading()
uni.setStorageSync('token', res.data.access_token) // 缓存token