From a9eaa274dc0343aa5ad87a9af72740aacb20eeba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Mon, 19 Jan 2026 14:55:27 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/my-btn.vue | 2 +- pages/rwa_package/account/index.vue | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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){