课程-章节列表

This commit is contained in:
@fawn-nine
2024-05-31 17:03:46 +08:00
parent b8e57d6f04
commit 485e18e21d
5 changed files with 396 additions and 21 deletions

View File

@@ -101,13 +101,13 @@
<button @click="onPageJump('/pages/user/register')">注册账号</button>
<text v-if="type == 1000" @click="onPageJump('/pages/user/forget')">忘记密码</text>
</view> -->
<view class="third_party_login_box" v-if="iosHide">
<!-- <view class="third_party_login_box" v-if="iosHide">
<view class="third_party_title"><text>第三方登录</text></view>
<view class="third_party_content">
<image src="../../static/icon/ic_login_health.png" @click="onHealthLogin" mode="aspectFit">
</image>
</view>
</view>
</view> -->
<view class="qie_huan" style="display: flex; justify-content: center;">
<view style="width: 30%;" @click="type = 1000" v-if="type == 2000">密码登录</view>
@@ -675,19 +675,6 @@
});
},
// 一路健康APP登录
onHealthLogin() {
if (!this.agree) {
uni.showToast({
title: '请先同意《用户协议》和《隐私协议》',
icon: 'none'
});
return;
}
this.HealthOpen = true
},
// 微信APP登录
onWxAppLogin() {
uni.login({