提交 ebe962ca 编写于 作者: A Anne_LXM

feat: 兼容uni-app-x web端

上级 f83fe33d
......@@ -54,11 +54,11 @@
},
onLoad(param) {
let type = param["type"]
if (type === null){
if ( type == null){
let loginTypes = config.getArray<string>("loginTypes");
type = loginTypes![0];
}
console.log('type:',type)
// console.log('type:',type)
this.loginType = type
},
methods: {
......
......@@ -26,6 +26,7 @@
</view>
</view>
</view>
<!-- #ifdef APP -->
<view class="list">
<!-- 如未开通实人认证服务,可以将实名认证入口注释 -->
<view @click="realNameVerify" class="item">
......@@ -37,6 +38,7 @@
</view>
</view>
</view>
<!-- #endif -->
<view class="list">
<view @click="deactivate" class="item">
<text class="title">注销账号</text>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册