feat:小程序兼容
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
wd:{
|
wd:{
|
||||||
type:String,
|
type:String,
|
||||||
default:'100%'
|
default:'600rpx'
|
||||||
},
|
},
|
||||||
mh:{
|
mh:{
|
||||||
type:String,
|
type:String,
|
||||||
|
|||||||
@@ -60,6 +60,10 @@ export default {
|
|||||||
this.bottomText = '添加微信账户';
|
this.bottomText = '添加微信账户';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// #ifdef MP-WEIXIN
|
||||||
|
this.type = 3;
|
||||||
|
this.tabList = ['区块链账户','Alpha账户','', '微信账户'];
|
||||||
|
// #endif
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.init();
|
this.init();
|
||||||
@@ -80,6 +84,7 @@ export default {
|
|||||||
// #ifdef WEB
|
// #ifdef WEB
|
||||||
this.tabList = ['区块链账户','Alpha账户','支付宝账户'];
|
this.tabList = ['区块链账户','Alpha账户','支付宝账户'];
|
||||||
// #endif
|
// #endif
|
||||||
|
console.log('this.type---',this.type,this.bottomText,this.tabList)
|
||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
onJie(item){
|
onJie(item){
|
||||||
|
|||||||
Reference in New Issue
Block a user