From b7529dd64d368a15987955d3683c0d2130c43639 Mon Sep 17 00:00:00 2001
From: sx <2427911852@qq.com>
Date: Tue, 8 Apr 2025 21:54:02 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E4=BB=A3=E7=A0=81=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jiuyi2/components/index/appVerUpdate.vue | 16 ++--
jiuyi2/pages.json | 7 ++
jiuyi2/pages/index/wallet/topUp.vue | 16 ++--
jiuyi2/pages/shop/gift.vue | 107 +++++++++++++++++++++++
jiuyi2/pages/shop/shop.vue | 33 +++----
jiuyi2/static/notice.png | Bin 4198 -> 1467 bytes
jiuyi2/vite.config.js | 4 +-
7 files changed, 150 insertions(+), 33 deletions(-)
create mode 100644 jiuyi2/pages/shop/gift.vue
diff --git a/jiuyi2/components/index/appVerUpdate.vue b/jiuyi2/components/index/appVerUpdate.vue
index 08cae14a..4337d514 100644
--- a/jiuyi2/components/index/appVerUpdate.vue
+++ b/jiuyi2/components/index/appVerUpdate.vue
@@ -60,11 +60,9 @@
})
}
- // 取消
- function handleCancel() {
- // 判断是否强制更新
- if (versionCloud.value.isForce == 1) plus.runtime.quit()
- else close()
+ // 关闭
+ function handleQuit() {
+ plus.runtime.quit()
}
defineExpose({
@@ -97,8 +95,12 @@
更新
-
- 取消
+
+ 关闭
+
+
+
+ 取消
diff --git a/jiuyi2/pages.json b/jiuyi2/pages.json
index b0563858..0943851f 100644
--- a/jiuyi2/pages.json
+++ b/jiuyi2/pages.json
@@ -793,6 +793,13 @@
{
"navigationBarTitleText" : "聊天信息"
}
+ },
+ {
+ "path" : "pages/shop/gift",
+ "style" :
+ {
+ "navigationBarTitleText" : "礼包专区"
+ }
}
],
diff --git a/jiuyi2/pages/index/wallet/topUp.vue b/jiuyi2/pages/index/wallet/topUp.vue
index 39cb57b0..718e3b86 100644
--- a/jiuyi2/pages/index/wallet/topUp.vue
+++ b/jiuyi2/pages/index/wallet/topUp.vue
@@ -30,14 +30,14 @@
return handleAlipayPay(event)
}
},
- {
- img: '/static/shop-weixin-pay.png',
- name: '微信支付',
- provider: 'wxpay',
- apiRequest: (event) => {
- return handleWeChat(event)
- }
- },
+ // {
+ // img: '/static/shop-weixin-pay.png',
+ // name: '微信支付',
+ // provider: 'wxpay',
+ // apiRequest: (event) => {
+ // return handleWeChat(event)
+ // }
+ // },
])
// 支付列表下标
const paymentIndex = ref(0)
diff --git a/jiuyi2/pages/shop/gift.vue b/jiuyi2/pages/shop/gift.vue
new file mode 100644
index 00000000..07fde9c6
--- /dev/null
+++ b/jiuyi2/pages/shop/gift.vue
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+ 九亿商城上线啦~
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jiuyi2/pages/shop/shop.vue b/jiuyi2/pages/shop/shop.vue
index 2385fc20..1456da97 100644
--- a/jiuyi2/pages/shop/shop.vue
+++ b/jiuyi2/pages/shop/shop.vue
@@ -2,7 +2,6 @@
/**
* 商城
*/
- // 底部菜单
import {
ref,
reactive,
@@ -106,7 +105,7 @@
-
+
-
-
-
-
- 九亿商城上线啦~
-
-
-
+
+
+
+ 礼包专区
+
+
@@ -158,8 +155,7 @@