diff --git a/components/common/my-btn.vue b/components/common/my-btn.vue index 8aee44a..e6267b6 100644 --- a/components/common/my-btn.vue +++ b/components/common/my-btn.vue @@ -18,7 +18,7 @@ }, wd:{ type:String, - default:'100%' + default:'600rpx' }, mh:{ type:String, diff --git a/pages/rwa_package/account/index.vue b/pages/rwa_package/account/index.vue index db0063c..803d886 100644 --- a/pages/rwa_package/account/index.vue +++ b/pages/rwa_package/account/index.vue @@ -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){