feat:小程序兼容

This commit is contained in:
2026-07-23 14:02:35 +08:00
committed by charles
parent 4edc531661
commit a9eaa274dc
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
},
wd:{
type:String,
default:'100%'
default:'600rpx'
},
mh:{
type:String,
+5
View File
@@ -60,6 +60,10 @@ export default {
this.bottomText = '添加微信账户';
}
}
// #ifdef MP-WEIXIN
this.type = 3;
this.tabList = ['区块链账户','Alpha账户','', '微信账户'];
// #endif
},
onShow() {
this.init();
@@ -80,6 +84,7 @@ export default {
// #ifdef WEB
this.tabList = ['区块链账户','Alpha账户','支付宝账户'];
// #endif
console.log('this.type---',this.type,this.bottomText,this.tabList)
this.getList();
},
onJie(item){