diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..a55888c Binary files /dev/null and b/dist.zip differ 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(() => {