From 599abed702db9fa5dec90b5660ff039acb6eace7 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Mon, 24 Nov 2025 18:33:29 +0800
Subject: [PATCH] 1、完成升级赠送价值400元(共40张)平台消费券,每张10元,每次消费只能用一张,消费金额满200元抵一张10元消费券 1、修复分享名片第一次进入是空白 3、修复分红订单不生成问题
---
mobile/pages.json | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/mobile/pages.json b/mobile/pages.json
index 05c46f1..91af7f2 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -917,6 +917,18 @@
}
}, {
+ "path": "my_shop/member/member",
+ "style": {
+ "navigationBarTitleText": "年卡",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+
+ }, {
"path": "register/register",
"style": {
"navigationBarTitleText": "注册",
@@ -1435,6 +1447,7 @@
}, {
"path": "vip/apply",
"style": {
+ "navigationStyle": "custom",
"navigationBarTitleText": "申请成为VIP",
"app-plus": {
//#ifdef H5
--
Gitblit v1.9.2