From df60073f4fb06ea2d16984635e0714bae8a1f8e9 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Mon, 22 Dec 2025 18:03:35 +0800
Subject: [PATCH] 1.在总后台首页装修增加了活动专区和智能匹配 模块 2.目前活动专区获取的是发布需求最新的数据,智能匹配是用户没登录前也是获取发布需求最新数据,登录后会根据用户发布的需求,通过分类匹配到对应的数据 3.修复缴纳保证金报错 4.修复发布需求报错
---
mobile/pages.json | 762 ++++++++++++++++++++++++++++++---------------------------
1 files changed, 401 insertions(+), 361 deletions(-)
diff --git a/mobile/pages.json b/mobile/pages.json
index 49b6044..a2b71e9 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -366,6 +366,18 @@
}
}, {
+ "path": "pages/shop/category",
+ "style": {
+ "navigationBarTitleText": "店铺分类",
+ "navigationStyle": "custom",
+ "app-plus": {
+ "navigationBarTextStyle": "black",
+ "titleNView": false,
+ "animationType": "none"
+ }
+ }
+
+ }, {
"path": "pages/shop/application_status",
"style": {
"navigationBarTitleText": "申请状态",
@@ -748,417 +760,424 @@
{
"root": "pages/user",
"pages": [{
- "path": "userinfo/userinfo",
- "style": {
- "navigationBarTitleText": "用户信息",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ "path": "userinfo/userinfo",
+ "style": {
+ "navigationBarTitleText": "用户信息",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "设置地址",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "address/address",
+ "style": {
+ "navigationBarTitleText": "设置地址",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my-wallet/my-wallet",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的钱包",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my-wallet/my-wallet",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "我的钱包",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my-wallet/my-balance",
- "style": {
- "navigationBarTitleText": "钱包明细",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my-wallet/my-balance",
+ "style": {
+ "navigationBarTitleText": "钱包明细",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my-wallet/my-supplier-balance",
- "style": {
- "navigationBarTitleText": "商户余额",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my-wallet/my-supplier-balance",
+ "style": {
+ "navigationBarTitleText": "商户余额",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "address/add/add",
- "style": {
- "navigationBarTitleText": "添加收货地址",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "address/add/add",
+ "style": {
+ "navigationBarTitleText": "添加收货地址",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "address/edit/edit",
- "style": {
- "navigationBarTitleText": "地址编辑",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "address/edit/edit",
+ "style": {
+ "navigationBarTitleText": "地址编辑",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my-coupon/my-coupon",
- "style": {
- "navigationBarTitleText": "我的优惠券",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my-coupon/my-coupon",
+ "style": {
+ "navigationBarTitleText": "我的优惠券",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my-coupon/my-detail",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "优惠券",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my-coupon/my-detail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "优惠券",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my-qrcode/my-qrcode",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "会员码",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my-qrcode/my-qrcode",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "会员码",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "points/points",
- "style": {
- "navigationBarTitleText": "积分",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "points/points",
+ "style": {
+ "navigationBarTitleText": "积分",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my-bargain/my-bargain",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的砍价",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my-bargain/my-bargain",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "我的砍价",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "set/set",
- "style": {
- "navigationBarTitleText": "设置",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "set/set",
+ "style": {
+ "navigationBarTitleText": "设置",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_attention/my_attention",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_attention/my_attention",
+ "style": {
+ "navigationBarTitleText": "我的收藏",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_collect/my_collect",
- "style": {
- "navigationBarTitleText": "我的关注",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_collect/my_collect",
+ "style": {
+ "navigationBarTitleText": "我的关注",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/my_shop",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的店铺",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/my_shop",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "我的店铺",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/member/member",
- "style": {
- "navigationBarTitleText": "年卡",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/member/member",
+ "style": {
+ "navigationBarTitleText": "年卡",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/cash/apply/apply",
- "style": {
- "navigationBarTitleText": "提现申请",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/cash/apply/apply",
+ "style": {
+ "navigationBarTitleText": "提现申请",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/cash/list/list",
- "style": {
- "navigationBarTitleText": "提现列表",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/cash/list/list",
+ "style": {
+ "navigationBarTitleText": "提现列表",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "register/register",
- "style": {
- "navigationBarTitleText": "注册",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "register/register",
+ "style": {
+ "navigationBarTitleText": "注册",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/my_shop_order",
- "style": {
- "navigationBarTitleText": "店铺订单",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/my_shop_order",
+ "style": {
+ "navigationBarTitleText": "店铺订单",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/after_sale",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/after_sale",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/my_shop_password",
- "style": {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/my_shop_password",
+ "style": {
+ "navigationBarTitleText": "修改密码",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "modify-phone/modify-phone",
- "style": {
- "navigationBarTitleText": "绑定手机号",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "modify-phone/modify-phone",
+ "style": {
+ "navigationBarTitleText": "绑定手机号",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "modify-real/modify-real",
- "style": {
- "navigationBarTitleText": "实名认证",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "modify-real/modify-real",
+ "style": {
+ "navigationBarTitleText": "实名认证",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "modify-real/modify-edit",
- "style": {
- "navigationBarTitleText": "修改银行卡",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "modify-real/modify-edit",
+ "style": {
+ "navigationBarTitleText": "修改银行卡",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/pro_admin",
- "style": {
- "navigationBarTitleText": "商品管理",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/pro_admin",
+ "style": {
+ "navigationBarTitleText": "商品管理",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/product_add",
- "style": {
- "navigationBarTitleText": "商品添加",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/product_add",
+ "style": {
+ "navigationBarTitleText": "商品添加",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/product_edit",
- "style": {
- "navigationBarTitleText": "商品编辑",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/product_edit",
+ "style": {
+ "navigationBarTitleText": "商品编辑",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/my_shop_data",
- "style": {
- "navigationBarTitleText": "店铺数据",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/my_shop_data",
+ "style": {
+ "navigationBarTitleText": "店铺数据",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "my_shop/my_shop_detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "my_shop/my_shop_detail",
+ "style": {
+ "navigationBarTitleText": "订单详情",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "cash/apply",
- "style": {
- "navigationBarTitleText": "提现申请",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false, //禁用原生导航栏
- "scrollIndicator": "none"
+ }, {
+ "path": "cash/apply",
+ "style": {
+ "navigationBarTitleText": "提现申请",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "titleNView": false, //禁用原生导航栏
+ "scrollIndicator": "none"
+ }
}
- }
- }, {
- "path": "cash/list",
- "style": {
- "navigationBarTitleText": "余额提现",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false, //禁用原生导航栏
- "scrollIndicator": "none"
+ }, {
+ "path": "cash/list",
+ "style": {
+ "navigationBarTitleText": "余额提现",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "titleNView": false, //禁用原生导航栏
+ "scrollIndicator": "none"
+ }
}
- }
- }, {
- "path": "card/card",
- "style": {
- "navigationBarTitleText": "会员卡",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "card/card",
+ "style": {
+ "navigationBarTitleText": "会员卡",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
- }
- }, {
- "path": "card/list",
- "style": {
- "navigationBarTitleText": "会员卡列表",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
+ }, {
+ "path": "card/list",
+ "style": {
+ "navigationBarTitleText": "会员卡列表",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ }, {
+ "path": "my_activity/index",
+ "style": {
+ "navigationBarTitleText": "我参与的活动",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ }, {
+ "path": "my_activity/detail",
+ "style": {
+ "navigationBarTitleText": "报名详情",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ },
+ {
+ "path": "consumer/consumer",
+ "style": {
+ "navigationBarTitleText": "消费券"
}
}
- }, {
- "path": "my_activity/index",
- "style": {
- "navigationBarTitleText": "我参与的活动",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "my_activity/detail",
- "style": {
- "navigationBarTitleText": "报名详情",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }]
+ ]
},
{
"root": "pages/store",
@@ -2292,6 +2311,27 @@
"navigationBarTitleText": "提现明细",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "release/chat/chat",
+ "style": {
+ "navigationBarTitleText": "聊天信息",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "release/chat/chat_list",
+ "style": {
+ "navigationBarTitleText": "聊天列表",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "release/project/look-evaluate/look-evaluate",
+ "style": {
+ "navigationBarTitleText": "评论列表",
+ "enablePullDownRefresh": false
+ }
}
]
}
--
Gitblit v1.9.2