feat:小程序兼容
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
},
|
||||
wd:{
|
||||
type:String,
|
||||
default:'100%'
|
||||
default:'600rpx'
|
||||
},
|
||||
mh:{
|
||||
type:String,
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user