From 06be1c7ccc7533612e4cc7b0e730080d0dd3d2a1 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Fri, 16 Jan 2026 11:43:36 +0800
Subject: [PATCH] 商品可以赠送优惠券 商品属性增加团购 入驻商家增加实物和团购选项 团购和实物商户分类分开 增加团购商家页面 后台添加页面增加团购组件

---
 mobile/pages.json |  854 ++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 510 insertions(+), 344 deletions(-)

diff --git a/mobile/pages.json b/mobile/pages.json
index 2524802..504e1e3 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -177,7 +177,8 @@
 					//#endif
 				}
 			}
-		}, /* {
+		},
+		/* {
 			"path": "components/upload/upload",
 			"style": {
 				"app-plus": {
@@ -186,7 +187,8 @@
 					//#endif
 				}
 			}
-		}, */ {
+		}, */
+		{
 			"path": "pages/agent/index/index",
 			"style": {
 				"navigationStyle": "custom",
@@ -364,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": "申请状态",
@@ -528,6 +542,12 @@
 				"enablePullDownRefresh": false
 			}
 
+		},
+		{
+			"path": "pages/shop/group_buying_list",
+			"style": {
+				"navigationBarTitleText": "团购商户"
+			}
 		}
 	],
 	"subPackages": [{
@@ -746,304 +766,305 @@
 		{
 			"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",
+				}, {
+					"path": "my_shop/product_add",
 					"style": {
 						"navigationBarTitleText": "商品添加",
 						"enablePullDownRefresh": false,
@@ -1054,7 +1075,8 @@
 						}
 					}
 
-				},{"path": "my_shop/product_edit",
+				}, {
+					"path": "my_shop/product_edit",
 					"style": {
 						"navigationBarTitleText": "商品编辑",
 						"enablePullDownRefresh": false,
@@ -1066,95 +1088,102 @@
 					}
 
 				}, {
-				"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",
@@ -2174,6 +2203,143 @@
 					}
 				}
 			]
+		},
+		{
+			"root": "pages3",
+			"pages": [{
+					"path": "release/demandapply/apply",
+					"style": {
+						"navigationBarTitleText": "需求方申请",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyapply/apply",
+					"style": {
+						"navigationBarTitleText": "供求方申请",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandindex/index",
+					"style": {
+						"navigationBarTitleText": "需求方",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyindex/index",
+					"style": {
+						"navigationBarTitleText": "供求方",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandproject/index",
+					"style": {
+						"navigationBarTitleText": "发布需求",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandproject/release",
+					"style": {
+						"navigationBarTitleText": "我要发布",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandproject/edit",
+					"style": {
+						"navigationBarTitleText": "修改信息",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyproject/index",
+					"style": {
+						"navigationBarTitleText": "发布服务",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyproject/release",
+					"style": {
+						"navigationBarTitleText": "我要发布",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyproject/edit",
+					"style": {
+						"navigationBarTitleText": "修改信息",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/project/list",
+					"style": {
+						"navigationBarTitleText": "供需大厅",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/project/detail",
+					"style": {
+						"navigationBarTitleText": "供需详情",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/demandorder/index",
+					"style": {
+						"navigationBarTitleText": "需求订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplyorder/index",
+					"style": {
+						"navigationBarTitleText": "供求订单",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplycash/apply/apply",
+					"style": {
+						"navigationBarTitleText": "申请提现",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "release/supplycash/list/list",
+					"style": {
+						"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
+					}
+				}
+			]
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.9.2