From 53e8ce8478abcb7a837f129213c8d2dc03b04beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=86=E5=95=A6C=E6=A2=A6?= <15709267061@163.com> Date: Fri, 5 Sep 2025 21:45:41 +0800 Subject: [PATCH] 'update' --- src/pages/addPaymentAccount/index.vue | 10 +++++----- src/pages/login/BulletChat.vue | 4 ++-- src/pages/register/index.vue | 2 +- src/pages/user/index.vue | 4 ++-- src/pages/userInfo/index.vue | 4 ++++ src/static/icons/set.png | Bin 0 -> 7659 bytes 6 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 src/static/icons/set.png diff --git a/src/pages/addPaymentAccount/index.vue b/src/pages/addPaymentAccount/index.vue index 07c93a0..3e575bc 100644 --- a/src/pages/addPaymentAccount/index.vue +++ b/src/pages/addPaymentAccount/index.vue @@ -23,10 +23,10 @@ const tabs = [ name: '支付宝账号', component: AliPay, }, - { - name: '银行卡账号', - component: BankPay, - }, + // { + // name: '银行卡账号', + // component: BankPay, + // }, ]; const change = (e) => { @@ -64,7 +64,7 @@ onLoad((options) => { :tabs="tabs" :currentTab="currentTab" @change="change" - width="300"> + width="150"> diff --git a/src/pages/login/BulletChat.vue b/src/pages/login/BulletChat.vue index 1fa7beb..75e5d66 100644 --- a/src/pages/login/BulletChat.vue +++ b/src/pages/login/BulletChat.vue @@ -5,7 +5,7 @@ const list = ['简单做轻松赚', '我是大圆宝 已提现304.46元', '路 const list1 = reactive([]); const list2 = reactive([]); onMounted(() => { - for (let i = 0; i <= 1000; i++) { + for (let i = 0; i <= 100; i++) { list1.push(list[Math.floor(Math.random() * list.length)]); list2.push(list[Math.floor(Math.random() * list.length)]); } @@ -34,7 +34,7 @@ onMounted(() => {