Browse Source

2024-1-24

cmy 1 year ago
parent
commit
3ff48bbd73

+ 17 - 0
api/shareholder.js

@@ -0,0 +1,17 @@
+import request from "@/utils/request.js";
+/**
+ * 分红发放记录
+ * 
+ */
+export function userShareholderList(data) {
+	return request.get("userShareholderList", data, {
+	});
+}
+/**
+ * 股权发放记录
+ * 
+ */
+export function lst(data) {
+	return request.get("shareholding/lst", data, {
+	});
+}

+ 2186 - 2156
pages.json

@@ -1,2189 +1,2219 @@
 {
 {
-  "easycom": {
-    "^w-(.*)": "@/uni_modules/wmf-code/components/w-$1/index.vue" //二维码条形码的配置 如果是uni_modules
-  },
-  "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-    {
-      "path": "pages/guide/index",
-      "style": {
-        "app-plus": {
-          "titleNView": false //禁用原生导航栏
-        },
-        "navigationStyle": "custom",
-		"disableScroll": true
-      }
-    },
-    {
-      "path": "pages/store_cate/store_cate",
-      "style": {
-        "navigationBarTitleText": "门店",
-        "navigationStyle": "custom",
-        "navigationBarTextStyle": "white"
-      }
-    },
-    {
-      "path": "pages/index/index",
-      "style": {
-        "navigationBarTitleText": "",
-        "navigationStyle": "custom",
-        "navigationBarTextStyle": "white"
-      }
-    },
-    {
-      "path": "pages/order_addcart/order_addcart",
-      "style": {
-        "navigationBarTitleText": "购物车",
-    	// #ifdef MP || APP-PLUS
-    	"navigationStyle": "custom",
-    	// #endif
-        "app-plus": {
-          // #ifdef APP-PLUS
-          "titleNView": {
-            "type": "default"
-          }
-          // #endif
-        }
-    
-      }
-    },
-    {
-      "path": "pages/user/index",
-      "style": {
-
-        "navigationBarTitleText": "个人中心",
-        // #ifdef MP || APP-PLUS
-        "navigationStyle": "custom",
-        // "navigationBarBackgroundColor": "#e93323",
-        "navigationBarTextStyle": "black",
-        // #endif
-				// #ifdef MP
-				"disableScroll": true,
-				// #endif
-        "app-plus": {
-          // 将回弹属性关掉
-          "bounce": "none"
-        }
-      }
-    },
-    {
-      "path": "pages/goods_cate/goods_cate",
-      "style": {
-        "navigationBarTitleText": "商品分类",
-        // #ifdef MP || APP-PLUS
-        "navigationStyle": "custom",
-        // #endif
-        "app-plus": {
-          // #ifdef APP-PLUS
-          // "titleNView": {
-          // 	"type": "default"
-          // }
-          // #endif
-        }
-      }
-    }
-    //#ifdef H5
-    ,
-    {
-      "path": "pages/auth/index",
-      "style": {
-        "navigationBarTitleText": ""
-      }
-    }
-    //#endif
-  ],
-  // "plugins": {
-  // 	"live-player-plugin": {
-  // 		"version": "1.3.2",
-  // 		"provider": "wx2b03c6e691cd7370"
-  // 	}
-  // },
-  "subPackages": [{
-      "root": "pages/users",
-      "name": "users",
-      "pages": [{
-          "path": "user_vip_areer/index",
-          "style": {
-            "navigationBarTitleText": "经验记录",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "privacy/index",
-          "style": {
-            "navigationBarTitleText": "协议",
-          	// #ifdef MP || APP-PLUS
-          	"navigationStyle": "custom",
-          	// #endif
-            "app-plus": {
-              // #ifdef APP-PLUS
-              // "titleNView": {
-              //   "type": "default"
-              // }
-              // #endif
-            }
-          }
-        }, {
-          "path": "user_cancellation/index",
-          "style": {
-            "navigationBarTitleText": "注销协议",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
+	"easycom": {
+		"^w-(.*)": "@/uni_modules/wmf-code/components/w-$1/index.vue" //二维码条形码的配置 如果是uni_modules
+	},
+	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 		{
 		{
-		  "path": "user_order/index",
-		  "style": {
-		    "navigationBarTitleText": "我的服务卡"
-		  }
-		},
-        {
-          "path": "message_center/index",
-          "style": {
-            "navigationBarTitleText": "消息中心",
-            "enablePullDownRefresh": true,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "message_center/messageDetail",
-          "style": {
-            "navigationBarTitleText": "消息详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_invoice_order/index",
-          "style": {
-            "navigationBarTitleText": "订单详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "scan_login/index",
-          "style": {
-            "navigationBarTitleText": "授权登录"
-          }
-        },
-        {
-          "path": "user_invoice_list/index",
-          "style": {
-            "navigationBarTitleText": "发票管理",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_invoice_form/index",
-          "style": {
-            "navigationBarTitleText": "添加新发票",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        //#ifdef H5
-        {
-          "path": "alipay_invoke/index",
-          "style": {
-            "navigationBarTitleText": "支付提示"
-          }
-        },
-        //#endif
-        {
-          "path": "wechat_login/index",
-          "style": {
-            "navigationBarTitleText": "账户登录",
-            "navigationStyle": "custom",
-            "app-plus": {
-              "scrollIndicator": false //禁用原生导航栏
-            }
-          }
-        },
-		{
-			"path": "binding_phone/index",
+			"path": "pages/guide/index",
 			"style": {
 			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle": "custom",
 				"app-plus": {
 				"app-plus": {
-					"scrollIndicator": "none"
-				}
-			}
-		},
-        {
-          "path": "retrievePassword/index",
-          "style": {
-            "navigationBarTitleText": "忘记密码",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-				{
-				  "path": "user_set/index",
-				  "style": {
-				    "navigationBarTitleText": "设置",
-				    "app-plus": {
-				      // #ifdef APP-PLUS
-				      "titleNView": {
-				        "type": "default"
-				      }
-				      // #endif
-				    }
-				  }
-				},
-        {
-          "path": "user_info/index",
-          "style": {
-            "navigationBarTitleText": "个人资料",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_get_coupon/index",
-          "style": {
-            "navigationBarTitleText": "领取优惠券",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "visit_list/index",
-          "style": {
-            "navigationBarTitleText": "浏览记录",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_goods_collection/index",
-          "style": {
-            "navigationBarTitleText": "收藏商品",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_sgin/index",
-          "style": {
-            "navigationBarTitleText": "签到",
-            // #ifdef MP
-            // "navigationBarTextStyle": "white",
-            // "navigationBarBackgroundColor": "#e93323"
-            // #endif
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_sgin_list/index",
-          "style": {
-            "navigationBarTitleText": "签到记录",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_money/index",
-          "style": {
-            "navigationBarTitleText": "我的账户",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_bill/index",
-          "style": {
-            "navigationBarTitleText": "账单明细",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_integral/index",
-          "style": {
-            "navigationBarTitleText": "积分详情"
-
-              // #ifdef MP
-              ,
-            "navigationBarTextStyle": "black",
-            "navigationBarBackgroundColor": "#FFFFFF"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_coupon/index",
-          "style": {
-            "navigationBarTitleText": "我的优惠券",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_spread_user/index",
-          "style": {
-            "navigationBarTitleText": "我的推广"
-
-              // #ifdef MP
-              ,
-            "navigationBarTextStyle": "black",
-            "navigationBarBackgroundColor": "#FFFFFF"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_spread_code/index",
-          "style": {
-            "navigationBarTitleText": "分享海报",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_spread_money/index",
-          "style": {
-            "navigationBarTitleText": "佣金记录"
-
-              // #ifdef MP
-              ,
-            "navigationBarTextStyle": "black",
-            "navigationBarBackgroundColor": "#FFFFFF"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_cash/index",
-          "style": {
-            "navigationBarTitleText": "提现",
-            "navigationBarBackgroundColor": "#FFFFFF"
-              // #ifdef MP || APP-PLUS
-              ,
-            "navigationBarTextStyle": "black"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_vip/index",
-          "style": {
-            "navigationBarTitleText": "我的等级",
-            "navigationBarBackgroundColor": "#232323"
-              // #ifdef MP || APP-PLUS
-              ,
-            "navigationBarTextStyle": "white"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "user_distribution_level/index",
-          "style": {
-            "navigationBarTitleText": "分销等级",
-            "navigationBarBackgroundColor": "#232323"
-              // #ifdef MP || APP-PLUS
-              ,
-            "navigationBarTextStyle": "white"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_address_list/index",
-          "style": {
-            "navigationBarTitleText": "地址管理",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_address/index",
-          "style": {
-            "navigationBarTitleText": "添加地址",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_phone/index",
-          "style": {
-            "navigationBarTitleText": "绑定手机",
-
-            // #ifdef MP
-            // "navigationBarTextStyle": "white",
-            // "navigationBarBackgroundColor": "#e93323"
-            // #endif
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_payment/index",
-          "style": {
-            "navigationBarTitleText": "余额充值",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_pwd_edit/index",
-          "style": {
-            "navigationBarTitleText": "修改密码"
-
-              // #ifdef MP
-              // 	,
-              // "navigationBarTextStyle": "white"
-              // "navigationBarBackgroundColor": "#e93323"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "promoter-list/index",
-          "style": {
-            "navigationBarTitleText": "推广人列表"
-              // #ifdef MP
-              ,
-            "navigationBarBackgroundColor": "#FFFFFF",
-            "navigationBarTextStyle": "black"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "promoter-order/index",
-          "style": {
-            "navigationBarTitleText": "推广人订单"
-
-              // #ifdef MP
-              ,
-            "navigationBarTextStyle": "black",
-            "navigationBarBackgroundColor": "#FFFFFF"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "promoter_rank/index",
-          "style": {
-            "navigationBarTitleText": "推广人排行"
-
-              // #ifdef MP
-              ,
-            "navigationBarTextStyle": "black",
-            "navigationBarBackgroundColor": "#FFFFFF"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "commission_rank/index",
-          "style": {
-            "navigationBarTitleText": "佣金排行",
-            "navigationBarBackgroundColor": "#FFFFFF"
-              // #ifdef MP || APP-PLUS
-              ,
-            "navigationBarTextStyle": "black"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "user_return_list/index",
-          "style": {
-            "navigationBarTitleText": "退货列表",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "login/index",
-          "style": {
-            "navigationBarTitleText": "登录",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-		{
-		  "path": "supplier/index",
-		  "style": {
-		    "navigationBarTitleText": "供应商入驻",
-		    "app-plus": {
-		      // #ifdef APP-PLUS
-		      "titleNView": {
-		        "type": "default"
-		      }
-		      // #endif
-		    }
-		  }
-		},
-		{
-		  "path": "supplier_state/index",
-		  "style": {
-		    "navigationBarTitleText": "申请状态",
-		    "app-plus": {
-		      // #ifdef APP-PLUS
-		      "titleNView": {
-		        "type": "default"
-		      }
-		      // #endif
-		    }
-		  }
-		},
-		{
-		  "path": "record_list/index",
-		  "style": {
-		    "navigationBarTitleText": "申请记录",
-		    "app-plus": {
-		      // #ifdef APP-PLUS
-		      "titleNView": {
-		        "type": "default"
-		      }
-		      // #endif
-		    }
-		  }
-		}
-      ]
-    },
-    {
-      "root": "pages/short_video",
-      "name": "shortVideo",
-      "pages": [{
-        "enablePullDownRefresh": false,
-        //#ifdef APP
-        "path": "appSwiper/index",
-        //#endif	
-        //#ifndef APP
-        "path": "nvueSwiper/index",
-        //#endif
-        "style": {
-					"navigationBarTitleText": "短视频",
-          "app-plus": {
-            "titleNView": false,
-            "bounce": "none"
-          }
-        }
-
-      }
-		]
-    },
-    {
-      "root": "pages/goods_details",
-      "name": "goods_details",
-      "pages": [{
-          "path": "index",
-          "style": {
-            "navigationStyle": "custom"
-          			// #ifdef MP
-          			,
-          			"disableScroll": true
-          			// #endif
-            // "app-plus": {
-            // 	// #ifdef APP-PLUS
-            // 	"titleNView": {
-            // 		"type": "default"
-            // 	}
-            // 	// #endif
-            // }
-          }
-        },
-		{
-		    "path": "indexs",
-		    "style": {
-		      "navigationStyle": "custom"
-		    	// #ifdef MP
-		    	,
-		    	"disableScroll": true
-		    	// #endif
-		    }
-		  },
-        {
-          "path": "discountsGoodsList",
-          "style": {
-            "navigationBarTitleText": "套餐列表",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }
-      ]
-    },
-    // 门店分包
-    {
-      "root": "pages/store",
-      "name": "store",
-      "pages": [{
-          "path": "service/index",
-          "style": {
-            "navigationBarTitleText": "小米之家",
-						"app-plus": {
-						  // #ifdef APP-PLUS
-						  "titleNView": {
-						    "type": "default"
-						  }
-						  // #endif
-						}
-          }
-        }, {
-          "path": "search_stores/index",
-          "style": {
-            "navigationBarTitleText": "搜索列表",
-            "app-plus": {
-              "titleNView": {
-                "type": "搜索列表"
-              }
-            }
-          }
-        }, 
-				{
-          "path": "newcomers/index",
-					"style": {
-					  "navigationBarTitleText": "新人专享区",
-						"app-plus": {
-						  // #ifdef APP-PLUS
-						  "titleNView": {
-						    "type": "default"
-						  }
-						  // #endif
-						}
-					}
-        },
-				{
-				  "path": "ruleInfo/index",
-					"style": {
-					  "navigationBarTitleText": "活动规则",
-						"app-plus": {
-						  // #ifdef APP-PLUS
-						  "titleNView": {
-						    "type": "default"
-						  }
-						  // #endif
-						}
-					}
+					"titleNView": false //禁用原生导航栏
 				},
 				},
-		{
-		  "path": "store_list/index",
-		  "style": {
-			"navigationBarTitleText": "门店列表",
-			"app-plus": {
-				"titleNView": {
-					"type": "default"
-				}
-			}
-		  }
-		},
-		{
-		  "path": "staff/index",
-		  "style": {
-			"navigationBarTitleText": "员工列表",
-			"app-plus": {
-				"titleNView": {
-					"type": "default"
-				}
+				"navigationStyle": "custom",
+				"disableScroll": true
 			}
 			}
-		  }
 		},
 		},
-        {
-		  //#ifdef APP
-		  "path": "mapnvue/index",
-		  //#endif	
-		  //#ifndef APP
-		  "path": "map/index",
-		  //#endif
-          "style": {
-            "navigationBarTitleText": "门店地图"
-          }
-        }
-		// #ifdef MP || H5
-		,
 		{
 		{
-			"path": "group_buy/index",
+			"path": "pages/store_cate/store_cate",
 			"style": {
 			"style": {
-				"navigationBarTitleText": "拼单进行中",
-				"navigationStyle": "custom"
+				"navigationBarTitleText": "门店",
+				"navigationStyle": "custom",
+				"navigationBarTextStyle": "white"
 			}
 			}
 		},
 		},
 		{
 		{
-			"path": "group_cart/index",
+			"path": "pages/index/index",
 			"style": {
 			"style": {
-				"navigationStyle": "custom"
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom",
+				"navigationBarTextStyle": "white"
 			}
 			}
 		},
 		},
 		{
 		{
-			"path": "group_goods/index",
-			"style": {
-				"navigationBarTitleText": "订单详情"
-			}
-		}
-		// #endif
-		// #ifdef MP
-		,
-		{
-			"path": "table_code/index",
+			"path": "pages/order_addcart/order_addcart",
 			"style": {
 			"style": {
-				"navigationBarTitleText": "商品列表",
-				"navigationStyle": "custom"
+				"navigationBarTitleText": "购物车",
+				// #ifdef MP || APP-PLUS
+				"navigationStyle": "custom",
+				// #endif
+				"app-plus": {
+					// #ifdef APP-PLUS
+					"titleNView": {
+						"type": "default"
+					}
+					// #endif
+				}
+
 			}
 			}
 		},
 		},
 		{
 		{
-			"path": "table_confirm/index",
+			"path": "pages/user/index",
 			"style": {
 			"style": {
-				"navigationBarTitleText": "提交订单",
+
+				"navigationBarTitleText": "个人中心",
+				// #ifdef MP || APP-PLUS
 				"navigationStyle": "custom",
 				"navigationStyle": "custom",
-				"enablePullDownRefresh": true
+				// "navigationBarBackgroundColor": "#e93323",
+				"navigationBarTextStyle": "black",
+				// #endif
+				// #ifdef MP
+				"disableScroll": true,
+				// #endif
+				"app-plus": {
+					// 将回弹属性关掉
+					"bounce": "none"
+				}
 			}
 			}
-		}
-		// #endif
-      ]
-    },
-    {
-      "root": "pages/activity",
-      "name": "activity",
-      "pages": [{
-          "path": "goods_bargain/index",
-          "style": {
-            // #ifdef MP
-            // "navigationBarTextStyle": "white",
-            // "navigationBarBackgroundColor": "#E93323",
-            "navigationBarTitleText": "砍价列表",
-            // #endif
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_bargain_details/index",
-          "style": {
-            "navigationStyle": "custom"
-              // #ifdef MP
-              ,
-            "navigationBarTextStyle": "white"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_combination/index",
-          "style": {
-            // "navigationBarTextStyle": "white",
-            // "navigationBarBackgroundColor": "#E93323",
-            "navigationBarTitleText": "拼团列表",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_combination_details/index",
-          "style": {
-            "navigationStyle": "custom",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              // "titleNView": {
-              // 	"type": "default"
-              // }
-              // #endif
-            }
-        	// #ifdef MP
-        	,
-        	"disableScroll": true
-        	// #endif
-          }
-        },
-        {
-          "path": "goods_combination_status/index",
-          "style": {
-            "navigationBarTitleText": "拼团",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_seckill/index",
-          "style": {
-            "navigationBarTitleText": "限时秒杀"
-              // #ifdef MP
-              // "navigationBarTextStyle": "white"
-              // "navigationBarBackgroundColor": "#e93323"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_seckill_details/index",
-          "style": {
-            "navigationStyle": "custom"
-              // #ifdef MP
-              ,
-            "navigationBarTextStyle": "black"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              // "titleNView": {
-              // 	"type": "default"
-              // }
-              // #endif
-            }
-        	// #ifdef MP
-        	,
-        	"disableScroll": true
-        	// #endif
-          }
-        },
-        {
-          "path": "poster-poster/index",
-          "style": {
-            "navigationBarTitleText": "砍价海报"
-              // #ifdef MP
-              // "navigationBarTextStyle": "white"
-              // "navigationBarBackgroundColor": "#d22516"
-              // #endif
-              ,
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "bargain/index",
-          "style": {
-            "navigationBarTitleText": "砍价记录",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "presell/index",
-          "style": {
-            "navigationBarTitleText": "预售列表",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "discount/index",
-          "style": {
-            "navigationBarTitleText": "优惠活动",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }
-      ]
-    },
-    {
-      "root": "pages/admin",
-      "name": "adminOrder",
-      "pages": [{
-          "path": "custom_date/index",
-          "style": {
-            "navigationBarTitleText": "选择日期"
-          }
-        },
-        {
-          "path": "order/index",
-          "style": {
-            "navigationBarTitleText": "订单统计",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "orderList/index",
-          "style": {
-            "navigationBarTitleText": "订单列表",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "orderDetail/index",
-          "style": {
-            "navigationBarTitleText": "订单详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "delivery/index",
-          "style": {
-            "navigationBarTitleText": "订单发货",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "statistics/index",
-          "style": {
-            "navigationBarTitleText": "订单数据统计",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "order_cancellation/index",
-          "style": {
-            "navigationBarTitleText": "订单核销",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "store/index",
-          "style": {
-            "navigationBarTextStyle": "white",
-            "navigationBarBackgroundColor": "#333333",
-            "navigationBarTitleText": "门店中心",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "store/custom_date/index",
-          "style": {
-            "navigationBarTitleText": "选择日期"
-          }
-        },
-        {
-          "path": "store/statistics/index",
-          "style": {
-            "navigationBarTitleText": "数据详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "store/orderDetail/index",
-          "style": {
-            "navigationBarTitleText": "订单详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "store/order/index",
-          "style": {
-            "navigationBarTitleText": "订单管理",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "store/deliverGoods/index",
-          "style": {
-            "navigationBarTitleText": "订单发货",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "distribution/index",
-          "style": {
-            "navigationBarTextStyle": "white",
-            "navigationBarBackgroundColor": "#333333",
-            "navigationBarTitleText": "配送员",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "distribution/scanning/index",
-          "style": {
-            "navigationBarTitleText": "扫描结果",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "distribution/scanning/detail/index",
-          "style": {
-            "navigationBarTitleText": "扫描结果详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "distribution/orderDetail/index",
-          "style": {
-            "navigationBarTitleText": "配送员订单详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "store/scanning/index",
-          "style": {
-            "navigationBarTitleText": "扫描结果",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "store/scanning/detail/index",
-          "style": {
-            "navigationBarTitleText": "扫描结果详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }
-      ]
-    },
-    {
-      "root": "pages/columnGoods",
-      "name": "columnGoods",
-      "pages": [{
-          "path": "HotNewGoods/index",
-          "style": {
-            "navigationBarTitleText": "精品推荐",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "live_list/index",
-          "style": {
-            "navigationBarTitleText": "推荐好货"
-          }
-        },
-        {
-          "path": "HotNewGoods/feedback",
-          "style": {
-            "navigationBarTitleText": "我的客服",
-            "navigationBarTextStyle": "white",
-            "navigationBarBackgroundColor": "#3A3A3A",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }
-      ]
-    },
-    {
-      "root": "pages/annex",
-      "pages": [{
-          "path": "web_view/index",
-          "style": {
-            "navigationBarTitleText": "",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "vip_paid/index",
-          "style": {
-            "navigationBarTitleText": "SVIP会员",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-				{
-				  "path": "vip_grade/index",
-				  "style": {
-				    "navigationBarTitleText": "会员中心",
-						"navigationBarTextStyle": "white",
-						"navigationBarBackgroundColor": "#302F35",
-				    "app-plus": {
-				      // #ifdef APP-PLUS
-				      "titleNView": {
-				        "type": "default"
-				      }
-				      // #endif
-				    }
-				  }
-				},
-				{
-				  "path": "record_list/index",
-				  "style": {
-				    "navigationBarTitleText": "消费记录",
-				    "app-plus": {
-				      // #ifdef APP-PLUS
-				      "titleNView": {
-				        "type": "default"
-				      }
-				      // #endif
-				    }
-				  }
-				},
-				{
-				  "path": "vip_grade_active/index",
-				  "style": {
-				    "navigationBarTitleText": "会员卡激活",
-				    "app-plus": {
-				      // #ifdef APP-PLUS
-				      "titleNView": {
-				        "type": "default"
-				      }
-				      // #endif
-				    }
-				  }
-				},
-        {
-          "path": "vip_coupon/index",
-          "style": {
-            "navigationBarTitleText": "会员优惠券",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "vip_clause/index",
-          "style": {
-            "navigationBarTitleText": "会员协议",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "vip_active/index",
-          "style": {
-            "navigationBarTitleText": "激活会员",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "offline_pay/index",
-          "style": {
-            "navigationBarTitleText": "支付",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "offline_result/index",
-          "style": {
-            "navigationBarTitleText": "支付结果",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "special/index",
-          "style": {
-            "navigationBarTitleText": "专题页",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-
-          }
-        }
-      ]
-    },
-    {
-      "root": "pages/points_mall",
-      "pages": [{
-          "path": "index",
-          "style": {
-            "navigationBarTextStyle": "white",
-            "navigationBarBackgroundColor": "#333333",
-            "navigationBarTitleText": "积分商城",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "integral_goods_list",
-          "style": {
-            "navigationBarTitleText": "商品列表",
-            // "navigationBarTextStyle": "white",
-            // "navigationBarBackgroundColor": "#E93323",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "integral_goods_details",
-          "style": {
-            "navigationBarTitleText": "商品详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-        	// #ifdef MP
-        	,
-        	"disableScroll": true
-        	// #endif
-          }
-        },
-        {
-          "path": "exchange_record",
-          "style": {
-            "navigationBarTitleText": "兑换记录",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "integral_order",
-          "style": {
-            "navigationBarTitleText": "积分订单",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "user_address",
-          "style": {
-            "navigationBarTitleText": "选择地址",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "integral_order_status",
-          "style": {
-            "navigationBarTitleText": "兑换成功",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "integral_order_details",
-          "style": {
-            "navigationBarTitleText": "兑换订单详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "logistics_details",
-          "style": {
-            "navigationBarTitleText": "兑换物流详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }
-      ]
-    },
-    {
-      "root": "pages/extension",
-      "name": "extension",
-      "pages": [{
-          "path": "invite_friend/index",
-          "style": {
-            "navigationBarTitleText": "邀请好友",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "customer_list/chat",
-          "style": {
-            "navigationBarTitleText": "对话详情",
-            "navigationStyle": "custom",
-            "app-plus": {
-              "scrollIndicator": false //禁用原生导航栏
-                // #ifdef APP-PLUS
-                ,
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            },
-            "disableScroll": true
-          }
-        },
-        {
-          "path": "news_list/index",
-          "style": {
-            "navigationBarTitleText": "资讯",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "news_details/index",
-          "style": {
-            "navigationBarTitleText": "资讯详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }
-      ]
-    },
-    {
-      "root": "pages/work",
-      "name": "work",
-      "pages": [{
-          "path": "userInfo/index",
-          "style": {
-            "navigationBarTitleText": "客户信息"
-          }
-        },
-        {
-          "path": "orderList/index",
-          "style": {
-            "navigationBarTitleText": "交易管理"
-          }
-        },
-        {
-          "path": "orderDetail/index",
-          "style": {
-            "navigationBarTitleText": "订单详情"
-          }
-        },
-        {
-          "path": "record/index",
-          "style": {
-            "navigationBarTitleText": "记录"
-          }
-        },
-        {
-          "path": "groupInfo/index",
-          "style": {
-            "navigationBarTitleText": ""
-          }
-        }
-      ]
-    },
-    {
-      "root": "pages/goods",
-      "name": "goods",
-      "pages": [{
-          "path": "goods_list/index",
-          "style": {
-            "navigationBarTitleText": "商品列表",
-          			 // #ifndef MP
-          			 "navigationBarTextStyle": "black",
-          			 // #endif
-          			// #ifdef MP
-          			"navigationBarTextStyle": "white",
-          			"navigationStyle": "custom",
-          			// #endif
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-		{
-		    "path": "goods_list/list",
-		    "style": {
-		      "navigationBarTitleText": "商品列表"
-		    }
-		  },
-        {
-          "path": "goods_search/index",
-          "style": {
-            "navigationBarTitleText": "搜索商品",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "order_pay_status/index",
-          "style": {
-            "navigationBarTitleText": "支付成功",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        }, {
-          "path": "order_pay_status/payLottery",
-          "style": {
-            "navigationBarTitleText": "支付成功",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_comment_list/index",
-          "style": {
-            "navigationBarTitleText": "商品评分",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_comment_con/index",
-          "style": {
-            "navigationBarTitleText": "商品评价",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_comment_con/comment_con",
-          "style": {
-            "navigationBarTitleText": "评价详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_comment_con/lottery_comment",
-          "style": {
-            "navigationBarTitleText": "订单评价",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_logistics/index",
-          "style": {
-            "navigationBarTitleText": "物流信息",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-				{
-				  "path": "delivery_detail/index",
-				  "style": {
-				    "navigationBarTitleText": "配送信息",
-				    "app-plus": {
-				      // #ifdef APP-PLUS
-				      "titleNView": {
-				        "type": "default"
-				      }
-				      // #endif
-				    }
-				  }
-				},
-        {
-          "path": "goods_details_store/index",
-          "style": {
-            "navigationBarTitleText": "门店列表",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_return_list/index",
-          "style": {
-            "navigationBarTitleText": "退货列表",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "goods_return/index",
-          "style": {
-            "navigationBarTitleText": "申请退货",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "order_details/index",
-          "style": {
-            "navigationBarTitleText": "订单详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "order_list/index",
-          "style": {
-            "navigationBarTitleText": "我的订单",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-		{
-		  "path": "order_list/serve",
-		  "style": {
-		    "navigationBarTitleText": "我的预约",
-		    "app-plus": {
-		      // #ifdef APP-PLUS
-		      "titleNView": {
-		        "type": "default"
-		      }
-		      // #endif
-		    }
-		  }
-		},
-		{
-		  "path": "order_list/ygOrder",
-		  "style": {
-		    "navigationBarTitleText": "客户预约",
-		    "app-plus": {
-		      // #ifdef APP-PLUS
-		      "titleNView": {
-		        "type": "default"
-		      }
-		      // #endif
-		    }
-		  }
-		},
-        {
-          "path": "order_pay/index",
-          "style": {
-            "navigationBarTitleText": "订单支付",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "order_refund_goods/index",
-          "style": {
-            "navigationBarTitleText": "退回商品",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "admin_order_detail/index",
-          "style": {
-            "navigationBarTitleText": "订单详情",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "order_confirm/index",
-          "style": {
-            "navigationBarTitleText": "提交订单",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-		{
-		  "path": "order_confirm/yuyue",
-		  "style": {
-		    "navigationBarTitleText": "预约",
-		    "app-plus": {
-		      // #ifdef APP-PLUS
-		      "titleNView": {
-		        "type": "default"
-		      }
-		      // #endif
-		    }
-		  }
-		},
-        {
-          "path": "lottery/grids/index",
-          "style": {
-            "navigationBarTitleText": "抽奖活动",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-        {
-          "path": "lottery/grids/record",
-          "style": {
-            "navigationBarTitleText": "中奖记录",
-            "app-plus": {
-              // #ifdef APP-PLUS
-              "titleNView": {
-                "type": "default"
-              }
-              // #endif
-            }
-          }
-        },
-		{
-		  "path": "lottery/grids/order",
-		  "style": {
-		    "navigationBarTitleText": "中奖商品",
-		    "app-plus": {
-		      // #ifdef APP-PLUS
-		      "titleNView": {
-		        "type": "default"
-		      }
-		      // #endif
-		    }
-		  }
 		},
 		},
 		{
 		{
-			"path": "verify_record/index",
+			"path": "pages/goods_cate/goods_cate",
 			"style": {
 			"style": {
-				"navigationBarTitleText": "核销记录",
+				"navigationBarTitleText": "商品分类",
+				// #ifdef MP || APP-PLUS
+				"navigationStyle": "custom",
+				// #endif
 				"app-plus": {
 				"app-plus": {
-				  // #ifdef APP-PLUS
-				  "titleNView": {
-				    "type": "default"
-				  }
-				  // #endif
+					// #ifdef APP-PLUS
+					// "titleNView": {
+					// 	"type": "default"
+					// }
+					// #endif
 				}
 				}
 			}
 			}
-		},
+		}
+		//#ifdef H5
+		,
 		{
 		{
-			"path": "server_card/index",
+			"path": "pages/auth/index",
 			"style": {
 			"style": {
-				"navigationBarTitleText": "服务卡",
-				"app-plus": {
-				  // #ifdef APP-PLUS
-				  "titleNView": {
-				    "type": "default"
-				  }
-				  // #endif
-				}
+				"navigationBarTitleText": ""
 			}
 			}
 		}
 		}
-      ]
-    }
-  ],
-  "tabBar": {
-    "color": "#282828",
-    "selectedColor": "#ff3366",
-    "borderStyle": "black",
-    "backgroundColor": "#ffffff",
-    "list": [{
-        "pagePath": "pages/index/index",
-        "iconPath": "static/images/1-001.png",
-        "selectedIconPath": "static/images/1-002.png",
-        "text": "首页"
-      },
-      {
-        "pagePath": "pages/goods_cate/goods_cate",
-        "iconPath": "static/images/2-001.png",
-        "selectedIconPath": "static/images/2-002.png",
-        "text": "分类"
-      },
-      {
-        "pagePath": "pages/store_cate/store_cate",
-        "iconPath": "static/images/5-001.png",
-        "selectedIconPath": "static/images/5-002.png",
-        "text": "门店"
-      },
-      {
-        "pagePath": "pages/order_addcart/order_addcart",
-        "iconPath": "static/images/3-001.png",
-        "selectedIconPath": "static/images/3-002.png",
-        "text": "购物车"
-      },
-      {
-        "pagePath": "pages/user/index",
-        "iconPath": "static/images/4-001.png",
-        "selectedIconPath": "static/images/4-002.png",
-        "text": "我的"
-      }
-    ]
-  },
-  "globalStyle": {
-    "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "加载中",
-    "navigationBarBackgroundColor": "#fff",
-    "backgroundColor": "#F8F8F8",
-    "titleNView": false
-  },
-  "condition": { //模式配置,仅开发期间生效
-    "current": 0, //当前激活的模式(list 的索引项)
-    "list": [{
-      "name": "", //模式名称
-      "path": "", //启动页面,必选
-      "query": "" //启动参数,在页面的onLoad函数里面得到
-    }]
-  }
-}
+		//#endif
+	],
+	// "plugins": {
+	// 	"live-player-plugin": {
+	// 		"version": "1.3.2",
+	// 		"provider": "wx2b03c6e691cd7370"
+	// 	}
+	// },
+	"subPackages": [{
+			"root": "pages/users",
+			"name": "users",
+			"pages": [{
+					"path": "user_vip_areer/index",
+					"style": {
+						"navigationBarTitleText": "经验记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "privacy/index",
+					"style": {
+						"navigationBarTitleText": "协议",
+						// #ifdef MP || APP-PLUS
+						"navigationStyle": "custom",
+						// #endif
+						"app-plus": {
+							// #ifdef APP-PLUS
+							// "titleNView": {
+							//   "type": "default"
+							// }
+							// #endif
+						}
+					}
+				}, {
+					"path": "user_cancellation/index",
+					"style": {
+						"navigationBarTitleText": "注销协议",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_order/index",
+					"style": {
+						"navigationBarTitleText": "我的服务卡"
+					}
+				},
+				{
+					"path": "message_center/index",
+					"style": {
+						"navigationBarTitleText": "消息中心",
+						"enablePullDownRefresh": true,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "message_center/messageDetail",
+					"style": {
+						"navigationBarTitleText": "消息详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_invoice_order/index",
+					"style": {
+						"navigationBarTitleText": "订单详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "scan_login/index",
+					"style": {
+						"navigationBarTitleText": "授权登录"
+					}
+				},
+				{
+					"path": "user_invoice_list/index",
+					"style": {
+						"navigationBarTitleText": "发票管理",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_invoice_form/index",
+					"style": {
+						"navigationBarTitleText": "添加新发票",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				//#ifdef H5
+				{
+					"path": "alipay_invoke/index",
+					"style": {
+						"navigationBarTitleText": "支付提示"
+					}
+				},
+				//#endif
+				{
+					"path": "wechat_login/index",
+					"style": {
+						"navigationBarTitleText": "账户登录",
+						"navigationStyle": "custom",
+						"app-plus": {
+							"scrollIndicator": false //禁用原生导航栏
+						}
+					}
+				},
+				{
+					"path": "binding_phone/index",
+					"style": {
+						"navigationBarTitleText": "",
+						"navigationStyle": "custom",
+						"app-plus": {
+							"scrollIndicator": "none"
+						}
+					}
+				},
+				{
+					"path": "retrievePassword/index",
+					"style": {
+						"navigationBarTitleText": "忘记密码",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_set/index",
+					"style": {
+						"navigationBarTitleText": "设置",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_info/index",
+					"style": {
+						"navigationBarTitleText": "个人资料",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_get_coupon/index",
+					"style": {
+						"navigationBarTitleText": "领取优惠券",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "visit_list/index",
+					"style": {
+						"navigationBarTitleText": "浏览记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_goods_collection/index",
+					"style": {
+						"navigationBarTitleText": "收藏商品",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_sgin/index",
+					"style": {
+						"navigationBarTitleText": "签到",
+						// #ifdef MP
+						// "navigationBarTextStyle": "white",
+						// "navigationBarBackgroundColor": "#e93323"
+						// #endif
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_sgin_list/index",
+					"style": {
+						"navigationBarTitleText": "签到记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_money/index",
+					"style": {
+						"navigationBarTitleText": "我的账户",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_bill/index",
+					"style": {
+						"navigationBarTitleText": "账单明细",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_integral/index",
+					"style": {
+						"navigationBarTitleText": "积分详情"
+
+							// #ifdef MP
+							,
+						"navigationBarTextStyle": "black",
+						"navigationBarBackgroundColor": "#FFFFFF"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_coupon/index",
+					"style": {
+						"navigationBarTitleText": "我的优惠券",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_spread_user/index",
+					"style": {
+						"navigationBarTitleText": "我的推广"
+
+							// #ifdef MP
+							,
+						"navigationBarTextStyle": "black",
+						"navigationBarBackgroundColor": "#FFFFFF"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_spread_code/index",
+					"style": {
+						"navigationBarTitleText": "分享海报",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_spread_money/index",
+					"style": {
+						"navigationBarTitleText": "佣金记录"
+
+							// #ifdef MP
+							,
+						"navigationBarTextStyle": "black",
+						"navigationBarBackgroundColor": "#FFFFFF"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_cash/index",
+					"style": {
+						"navigationBarTitleText": "提现",
+						"navigationBarBackgroundColor": "#FFFFFF"
+							// #ifdef MP || APP-PLUS
+							,
+						"navigationBarTextStyle": "black"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_vip/index",
+					"style": {
+						"navigationBarTitleText": "我的等级",
+						"navigationBarBackgroundColor": "#232323"
+							// #ifdef MP || APP-PLUS
+							,
+						"navigationBarTextStyle": "white"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "user_distribution_level/index",
+					"style": {
+						"navigationBarTitleText": "分销等级",
+						"navigationBarBackgroundColor": "#232323"
+							// #ifdef MP || APP-PLUS
+							,
+						"navigationBarTextStyle": "white"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_address_list/index",
+					"style": {
+						"navigationBarTitleText": "地址管理",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_address/index",
+					"style": {
+						"navigationBarTitleText": "添加地址",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_phone/index",
+					"style": {
+						"navigationBarTitleText": "绑定手机",
+
+						// #ifdef MP
+						// "navigationBarTextStyle": "white",
+						// "navigationBarBackgroundColor": "#e93323"
+						// #endif
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_payment/index",
+					"style": {
+						"navigationBarTitleText": "余额充值",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_pwd_edit/index",
+					"style": {
+						"navigationBarTitleText": "修改密码"
+
+							// #ifdef MP
+							// 	,
+							// "navigationBarTextStyle": "white"
+							// "navigationBarBackgroundColor": "#e93323"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "promoter-list/index",
+					"style": {
+						"navigationBarTitleText": "推广人列表"
+							// #ifdef MP
+							,
+						"navigationBarBackgroundColor": "#FFFFFF",
+						"navigationBarTextStyle": "black"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "promoter-order/index",
+					"style": {
+						"navigationBarTitleText": "推广人订单"
+
+							// #ifdef MP
+							,
+						"navigationBarTextStyle": "black",
+						"navigationBarBackgroundColor": "#FFFFFF"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "promoter_rank/index",
+					"style": {
+						"navigationBarTitleText": "推广人排行"
+
+							// #ifdef MP
+							,
+						"navigationBarTextStyle": "black",
+						"navigationBarBackgroundColor": "#FFFFFF"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "commission_rank/index",
+					"style": {
+						"navigationBarTitleText": "佣金排行",
+						"navigationBarBackgroundColor": "#FFFFFF"
+							// #ifdef MP || APP-PLUS
+							,
+						"navigationBarTextStyle": "black"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "user_return_list/index",
+					"style": {
+						"navigationBarTitleText": "退货列表",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "login/index",
+					"style": {
+						"navigationBarTitleText": "登录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "supplier/index",
+					"style": {
+						"navigationBarTitleText": "供应商入驻",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "supplier_state/index",
+					"style": {
+						"navigationBarTitleText": "申请状态",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "record_list/index",
+					"style": {
+						"navigationBarTitleText": "申请记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/short_video",
+			"name": "shortVideo",
+			"pages": [{
+				"enablePullDownRefresh": false,
+				//#ifdef APP
+				"path": "appSwiper/index",
+				//#endif	
+				//#ifndef APP
+				"path": "nvueSwiper/index",
+				//#endif
+				"style": {
+					"navigationBarTitleText": "短视频",
+					"app-plus": {
+						"titleNView": false,
+						"bounce": "none"
+					}
+				}
+
+			}]
+		},
+		{
+			"root": "pages/goods_details",
+			"name": "goods_details",
+			"pages": [{
+					"path": "index",
+					"style": {
+						"navigationStyle": "custom"
+							// #ifdef MP
+							,
+						"disableScroll": true
+						// #endif
+						// "app-plus": {
+						// 	// #ifdef APP-PLUS
+						// 	"titleNView": {
+						// 		"type": "default"
+						// 	}
+						// 	// #endif
+						// }
+					}
+				},
+				{
+					"path": "indexs",
+					"style": {
+						"navigationStyle": "custom"
+							// #ifdef MP
+							,
+						"disableScroll": true
+						// #endif
+					}
+				},
+				{
+					"path": "discountsGoodsList",
+					"style": {
+						"navigationBarTitleText": "套餐列表",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}
+			]
+		},
+		// 门店分包
+		{
+			"root": "pages/store",
+			"name": "store",
+			"pages": [{
+					"path": "service/index",
+					"style": {
+						"navigationBarTitleText": "小米之家",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "search_stores/index",
+					"style": {
+						"navigationBarTitleText": "搜索列表",
+						"app-plus": {
+							"titleNView": {
+								"type": "搜索列表"
+							}
+						}
+					}
+				},
+				{
+					"path": "newcomers/index",
+					"style": {
+						"navigationBarTitleText": "新人专享区",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "ruleInfo/index",
+					"style": {
+						"navigationBarTitleText": "活动规则",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "store_list/index",
+					"style": {
+						"navigationBarTitleText": "门店列表",
+						"app-plus": {
+							"titleNView": {
+								"type": "default"
+							}
+						}
+					}
+				},
+				{
+					"path": "staff/index",
+					"style": {
+						"navigationBarTitleText": "员工列表",
+						"app-plus": {
+							"titleNView": {
+								"type": "default"
+							}
+						}
+					}
+				},
+				{
+					//#ifdef APP
+					"path": "mapnvue/index",
+					//#endif	
+					//#ifndef APP
+					"path": "map/index",
+					//#endif
+					"style": {
+						"navigationBarTitleText": "门店地图"
+					}
+				}
+				// #ifdef MP || H5
+				,
+				{
+					"path": "group_buy/index",
+					"style": {
+						"navigationBarTitleText": "拼单进行中",
+						"navigationStyle": "custom"
+					}
+				},
+				{
+					"path": "group_cart/index",
+					"style": {
+						"navigationStyle": "custom"
+					}
+				},
+				{
+					"path": "group_goods/index",
+					"style": {
+						"navigationBarTitleText": "订单详情"
+					}
+				}
+				// #endif
+				// #ifdef MP
+				,
+				{
+					"path": "table_code/index",
+					"style": {
+						"navigationBarTitleText": "商品列表",
+						"navigationStyle": "custom"
+					}
+				},
+				{
+					"path": "table_confirm/index",
+					"style": {
+						"navigationBarTitleText": "提交订单",
+						"navigationStyle": "custom",
+						"enablePullDownRefresh": true
+					}
+				}
+				// #endif
+			]
+		},
+		{
+			"root": "pages/activity",
+			"name": "activity",
+			"pages": [{
+					"path": "goods_bargain/index",
+					"style": {
+						// #ifdef MP
+						// "navigationBarTextStyle": "white",
+						// "navigationBarBackgroundColor": "#E93323",
+						"navigationBarTitleText": "砍价列表",
+						// #endif
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_bargain_details/index",
+					"style": {
+						"navigationStyle": "custom"
+							// #ifdef MP
+							,
+						"navigationBarTextStyle": "white"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_combination/index",
+					"style": {
+						// "navigationBarTextStyle": "white",
+						// "navigationBarBackgroundColor": "#E93323",
+						"navigationBarTitleText": "拼团列表",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_combination_details/index",
+					"style": {
+						"navigationStyle": "custom",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							// "titleNView": {
+							// 	"type": "default"
+							// }
+							// #endif
+						}
+						// #ifdef MP
+						,
+						"disableScroll": true
+						// #endif
+					}
+				},
+				{
+					"path": "goods_combination_status/index",
+					"style": {
+						"navigationBarTitleText": "拼团",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_seckill/index",
+					"style": {
+						"navigationBarTitleText": "限时秒杀"
+							// #ifdef MP
+							// "navigationBarTextStyle": "white"
+							// "navigationBarBackgroundColor": "#e93323"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_seckill_details/index",
+					"style": {
+						"navigationStyle": "custom"
+							// #ifdef MP
+							,
+						"navigationBarTextStyle": "black"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							// "titleNView": {
+							// 	"type": "default"
+							// }
+							// #endif
+						}
+						// #ifdef MP
+						,
+						"disableScroll": true
+						// #endif
+					}
+				},
+				{
+					"path": "poster-poster/index",
+					"style": {
+						"navigationBarTitleText": "砍价海报"
+							// #ifdef MP
+							// "navigationBarTextStyle": "white"
+							// "navigationBarBackgroundColor": "#d22516"
+							// #endif
+							,
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "bargain/index",
+					"style": {
+						"navigationBarTitleText": "砍价记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "presell/index",
+					"style": {
+						"navigationBarTitleText": "预售列表",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "discount/index",
+					"style": {
+						"navigationBarTitleText": "优惠活动",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/admin",
+			"name": "adminOrder",
+			"pages": [{
+					"path": "custom_date/index",
+					"style": {
+						"navigationBarTitleText": "选择日期"
+					}
+				},
+				{
+					"path": "order/index",
+					"style": {
+						"navigationBarTitleText": "订单统计",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "orderList/index",
+					"style": {
+						"navigationBarTitleText": "订单列表",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "orderDetail/index",
+					"style": {
+						"navigationBarTitleText": "订单详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "delivery/index",
+					"style": {
+						"navigationBarTitleText": "订单发货",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "statistics/index",
+					"style": {
+						"navigationBarTitleText": "订单数据统计",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_cancellation/index",
+					"style": {
+						"navigationBarTitleText": "订单核销",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "store/index",
+					"style": {
+						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#333333",
+						"navigationBarTitleText": "门店中心",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "store/custom_date/index",
+					"style": {
+						"navigationBarTitleText": "选择日期"
+					}
+				},
+				{
+					"path": "store/statistics/index",
+					"style": {
+						"navigationBarTitleText": "数据详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "store/orderDetail/index",
+					"style": {
+						"navigationBarTitleText": "订单详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "store/order/index",
+					"style": {
+						"navigationBarTitleText": "订单管理",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "store/deliverGoods/index",
+					"style": {
+						"navigationBarTitleText": "订单发货",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "distribution/index",
+					"style": {
+						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#333333",
+						"navigationBarTitleText": "配送员",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "distribution/scanning/index",
+					"style": {
+						"navigationBarTitleText": "扫描结果",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "distribution/scanning/detail/index",
+					"style": {
+						"navigationBarTitleText": "扫描结果详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "distribution/orderDetail/index",
+					"style": {
+						"navigationBarTitleText": "配送员订单详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "store/scanning/index",
+					"style": {
+						"navigationBarTitleText": "扫描结果",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "store/scanning/detail/index",
+					"style": {
+						"navigationBarTitleText": "扫描结果详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/columnGoods",
+			"name": "columnGoods",
+			"pages": [{
+					"path": "HotNewGoods/index",
+					"style": {
+						"navigationBarTitleText": "精品推荐",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "live_list/index",
+					"style": {
+						"navigationBarTitleText": "推荐好货"
+					}
+				},
+				{
+					"path": "HotNewGoods/feedback",
+					"style": {
+						"navigationBarTitleText": "我的客服",
+						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#3A3A3A",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/annex",
+			"pages": [{
+					"path": "web_view/index",
+					"style": {
+						"navigationBarTitleText": "",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "vip_paid/index",
+					"style": {
+						"navigationBarTitleText": "SVIP会员",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "vip_grade/index",
+					"style": {
+						"navigationBarTitleText": "会员中心",
+						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#302F35",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "record_list/index",
+					"style": {
+						"navigationBarTitleText": "消费记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "vip_grade_active/index",
+					"style": {
+						"navigationBarTitleText": "会员卡激活",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "vip_coupon/index",
+					"style": {
+						"navigationBarTitleText": "会员优惠券",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "vip_clause/index",
+					"style": {
+						"navigationBarTitleText": "会员协议",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "vip_active/index",
+					"style": {
+						"navigationBarTitleText": "激活会员",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "offline_pay/index",
+					"style": {
+						"navigationBarTitleText": "支付",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "offline_result/index",
+					"style": {
+						"navigationBarTitleText": "支付结果",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "special/index",
+					"style": {
+						"navigationBarTitleText": "专题页",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/points_mall",
+			"pages": [{
+					"path": "index",
+					"style": {
+						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#333333",
+						"navigationBarTitleText": "积分商城",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "integral_goods_list",
+					"style": {
+						"navigationBarTitleText": "商品列表",
+						// "navigationBarTextStyle": "white",
+						// "navigationBarBackgroundColor": "#E93323",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "integral_goods_details",
+					"style": {
+						"navigationBarTitleText": "商品详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+						// #ifdef MP
+						,
+						"disableScroll": true
+						// #endif
+					}
+				},
+				{
+					"path": "exchange_record",
+					"style": {
+						"navigationBarTitleText": "兑换记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "integral_order",
+					"style": {
+						"navigationBarTitleText": "积分订单",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "user_address",
+					"style": {
+						"navigationBarTitleText": "选择地址",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "integral_order_status",
+					"style": {
+						"navigationBarTitleText": "兑换成功",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "integral_order_details",
+					"style": {
+						"navigationBarTitleText": "兑换订单详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "logistics_details",
+					"style": {
+						"navigationBarTitleText": "兑换物流详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/extension",
+			"name": "extension",
+			"pages": [{
+					"path": "invite_friend/index",
+					"style": {
+						"navigationBarTitleText": "邀请好友",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "customer_list/chat",
+					"style": {
+						"navigationBarTitleText": "对话详情",
+						"navigationStyle": "custom",
+						"app-plus": {
+							"scrollIndicator": false //禁用原生导航栏
+								// #ifdef APP-PLUS
+								,
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						},
+						"disableScroll": true
+					}
+				},
+				{
+					"path": "news_list/index",
+					"style": {
+						"navigationBarTitleText": "资讯",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "news_details/index",
+					"style": {
+						"navigationBarTitleText": "资讯详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/work",
+			"name": "work",
+			"pages": [{
+					"path": "userInfo/index",
+					"style": {
+						"navigationBarTitleText": "客户信息"
+					}
+				},
+				{
+					"path": "orderList/index",
+					"style": {
+						"navigationBarTitleText": "交易管理"
+					}
+				},
+				{
+					"path": "orderDetail/index",
+					"style": {
+						"navigationBarTitleText": "订单详情"
+					}
+				},
+				{
+					"path": "record/index",
+					"style": {
+						"navigationBarTitleText": "记录"
+					}
+				},
+				{
+					"path": "groupInfo/index",
+					"style": {
+						"navigationBarTitleText": ""
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/goods",
+			"name": "goods",
+			"pages": [{
+					"path": "goods_list/index",
+					"style": {
+						"navigationBarTitleText": "商品列表",
+						// #ifndef MP
+						"navigationBarTextStyle": "black",
+						// #endif
+						// #ifdef MP
+						"navigationBarTextStyle": "white",
+						"navigationStyle": "custom",
+						// #endif
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_list/list",
+					"style": {
+						"navigationBarTitleText": "商品列表"
+					}
+				},
+				{
+					"path": "goods_search/index",
+					"style": {
+						"navigationBarTitleText": "搜索商品",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_pay_status/index",
+					"style": {
+						"navigationBarTitleText": "支付成功",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}, {
+					"path": "order_pay_status/payLottery",
+					"style": {
+						"navigationBarTitleText": "支付成功",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_comment_list/index",
+					"style": {
+						"navigationBarTitleText": "商品评分",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_comment_con/index",
+					"style": {
+						"navigationBarTitleText": "商品评价",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_comment_con/comment_con",
+					"style": {
+						"navigationBarTitleText": "评价详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_comment_con/lottery_comment",
+					"style": {
+						"navigationBarTitleText": "订单评价",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_logistics/index",
+					"style": {
+						"navigationBarTitleText": "物流信息",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "delivery_detail/index",
+					"style": {
+						"navigationBarTitleText": "配送信息",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_details_store/index",
+					"style": {
+						"navigationBarTitleText": "门店列表",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_return_list/index",
+					"style": {
+						"navigationBarTitleText": "退货列表",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "goods_return/index",
+					"style": {
+						"navigationBarTitleText": "申请退货",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_details/index",
+					"style": {
+						"navigationBarTitleText": "订单详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_list/index",
+					"style": {
+						"navigationBarTitleText": "我的订单",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_list/serve",
+					"style": {
+						"navigationBarTitleText": "我的预约",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_list/ygOrder",
+					"style": {
+						"navigationBarTitleText": "客户预约",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_pay/index",
+					"style": {
+						"navigationBarTitleText": "订单支付",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_refund_goods/index",
+					"style": {
+						"navigationBarTitleText": "退回商品",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "admin_order_detail/index",
+					"style": {
+						"navigationBarTitleText": "订单详情",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_confirm/index",
+					"style": {
+						"navigationBarTitleText": "提交订单",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "order_confirm/yuyue",
+					"style": {
+						"navigationBarTitleText": "预约",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "lottery/grids/index",
+					"style": {
+						"navigationBarTitleText": "抽奖活动",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "lottery/grids/record",
+					"style": {
+						"navigationBarTitleText": "中奖记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "lottery/grids/order",
+					"style": {
+						"navigationBarTitleText": "中奖商品",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "verify_record/index",
+					"style": {
+						"navigationBarTitleText": "核销记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "server_card/index",
+					"style": {
+						"navigationBarTitleText": "服务卡",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/shareholder",
+			"name": "shareholder",
+			"pages": [{
+					"path": "certificate/red",
+					"style": {
+						"navigationBarTitleText": "股权记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				},
+				{
+					"path": "certificate/init",
+					"style": {
+						"navigationBarTitleText": "分红记录",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
+					}
+				}
+			]
+		}
+	],
+	"tabBar": {
+		"color": "#282828",
+		"selectedColor": "#ff3366",
+		"borderStyle": "black",
+		"backgroundColor": "#ffffff",
+		"list": [{
+				"pagePath": "pages/index/index",
+				"iconPath": "static/images/1-001.png",
+				"selectedIconPath": "static/images/1-002.png",
+				"text": "首页"
+			},
+			{
+				"pagePath": "pages/goods_cate/goods_cate",
+				"iconPath": "static/images/2-001.png",
+				"selectedIconPath": "static/images/2-002.png",
+				"text": "分类"
+			},
+			{
+				"pagePath": "pages/store_cate/store_cate",
+				"iconPath": "static/images/5-001.png",
+				"selectedIconPath": "static/images/5-002.png",
+				"text": "门店"
+			},
+			{
+				"pagePath": "pages/order_addcart/order_addcart",
+				"iconPath": "static/images/3-001.png",
+				"selectedIconPath": "static/images/3-002.png",
+				"text": "购物车"
+			},
+			{
+				"pagePath": "pages/user/index",
+				"iconPath": "static/images/4-001.png",
+				"selectedIconPath": "static/images/4-002.png",
+				"text": "我的"
+			}
+		]
+	},
+	"globalStyle": {
+		"navigationBarTextStyle": "black",
+		"navigationBarTitleText": "加载中",
+		"navigationBarBackgroundColor": "#fff",
+		"backgroundColor": "#F8F8F8",
+		"titleNView": false
+	},
+	"condition": { //模式配置,仅开发期间生效
+		"current": 0, //当前激活的模式(list 的索引项)
+		"list": [{
+			"name": "", //模式名称
+			"path": "", //启动页面,必选
+			"query": "" //启动参数,在页面的onLoad函数里面得到
+		}]
+	}
+}

+ 243 - 0
pages/shareholder/certificate/init.vue

@@ -0,0 +1,243 @@
+<template>
+	<view :style="colorStyle">
+		<view class='commission-details'>
+			<view class='sign-record'>
+				<view class="box">
+					<block v-for="(item,index) in recordList" :key="index" v-if="recordList.length>0">
+						<view class='list' @click="showDetail(item)">
+							<view class='item'>
+								<view class='listn'>
+									<view class='itemn1 acea-row row-between-wrapper'>
+										<view class="flex-g">
+											<view>
+												发放{{item.month}}分红奖金
+											</view>
+											<view class="mark">{{item.type==2?'分红股':'原始股'}}: {{item.share}}股</view>
+											<view>{{item.create_time}}</view>
+										</view>
+										<view class='num'>
+											<view class="font-color">¥{{item.price}}</view>
+										</view>
+									</view>
+								</view>
+							</view>
+						</view>
+					</block>
+					<view class='loadingicon acea-row row-center-wrapper' v-if="recordList.length > 0">
+						<text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>{{loadTitle}}
+					</view>
+					<view v-if="recordList.length == 0">
+						<emptyPage title="暂无记录~"></emptyPage>
+					</view>
+				</view>
+			</view>
+		</view>
+	</view>
+</template>
+
+<script>
+	import {
+		userShareholderList
+	} from '@/api/shareholder.js';
+	import {
+		toLogin
+	} from '@/libs/login.js';
+	import {
+		mapGetters
+	} from "vuex";
+	import emptyPage from '@/components/emptyPage.vue'
+	import colors from '@/mixins/color.js';
+	export default {
+		components: {
+			emptyPage,
+		},
+		mixins: [colors],
+		data() {
+			return {
+				type: 1,
+				page: 1,
+				limit: 15,
+				loading: false,
+				loadend: false,
+				loadTitle: '加载更多',
+				recordList: [],
+			};
+		},
+		computed: mapGetters(['isLogin']),
+		onLoad(options) {
+			this.type = options.type || 1;
+			if (!this.isLogin) {
+				toLogin();
+			}
+		},
+		onShow: function() {
+			this.getRecordList();
+		},
+		methods: {
+			getRecordList: function() {
+				let that = this;
+				let page = that.page;
+				let limit = that.limit;
+				let recordType = that.recordType;
+				if (that.loading) return;
+				if (that.loadend) return;
+				that.loading = true;
+				that.loadTitle = '';
+				userShareholderList({
+					page: page,
+					limit: limit
+				}, recordType).then(res => {
+					let arr = res.data.list.map((rs) => {
+						rs.month = rs.month.replace('-', '年') + '月'
+						return rs
+					})
+					this.recordList = this.recordList.concat(arr)
+					let loadend = arr.length < that.limit;
+					that.loadend = loadend;
+					that.loadTitle = loadend ? '没有更多内容啦~' : '加载更多';
+					that.page += 1;
+					that.loading = false;
+				}).catch(err => {
+					that.loading = false;
+					that.loadTitle = '加载更多';
+				})
+			},
+			// 显示详细
+			showDetail(item) {
+				console.log(item);
+				if (this.type == 6) {
+					if (item.recharge) {
+						uni.showModal({
+							title: '充值订单',
+							content: `用户ID:${item.recharge.uid},充值${item.recharge.price}获得销售业绩`,
+							showCancel: false,
+						});
+					}
+					if (item.subscribe) {
+						const info = item.info[0];
+						uni.showModal({
+							title: '服务项目',
+							content: `订单:${item.order_name},用户:${item.real_name},项目:${info.store_name},支付金额:${info.pay_price}`,
+							showCancel: false,
+						});
+					}
+					if (item.store) {
+						uni.showModal({
+							title: '普通商品',
+							content: `订单:${item.order_id},用户:${item.store.real_name},支付金额:${item.store.pay_price}获得销售业绩`,
+							showCancel: false,
+						});
+					}
+				} else {
+					if (item.mark) {
+						uni.showModal({
+							title: '详细说明',
+							content: item.mark,
+							showCancel: false,
+						});
+					} else if (item.content) {
+						uni.showModal({
+							title: '详细说明',
+							content: item.content,
+							showCancel: false,
+						});
+					}
+				}
+			},
+			navto(url) {
+				uni.navigateTo({
+					url
+				})
+			},
+			submitForm() {
+				this.page = 1;
+				this.limit = 20;
+				this.loadend = false;
+				this.status = false;
+				this.$set(this, 'recordList', []);
+				this.getRecordList();
+			},
+		},
+		onReachBottom: function() {
+			this.getRecordList();
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	.box {
+		border-radius: 14rpx;
+		margin: 0 30rpx;
+		overflow: hidden;
+	}
+
+	.sign-record {
+		margin-top: 20rpx;
+	}
+
+	.top_num {
+		padding: 10rpx 30rpx 30rpx 30rpx;
+		font-size: 26rpx;
+		color: #666;
+	}
+
+
+	.sign-record {
+		.list {
+			.item {
+				.listn {
+					.itemn1 {
+						border-bottom: 1rpx solid #eee;
+						padding: 22rpx 24rpx;
+						flex-wrap: nowrap;
+
+						.flex-g {
+							flex-grow: 1;
+							padding-right: 30rpx;
+
+							.status {
+								font-size: 28rpx;
+							}
+						}
+
+						.name {
+							font-size: 28rpx;
+							color: #282828;
+							margin-bottom: 10rpx;
+						}
+
+						.num {
+							font-size: 36rpx;
+							font-family: 'Guildford Pro';
+							color: #16ac57;
+
+							&.font-color {
+								color: #e93323 !important;
+							}
+						}
+					}
+				}
+			}
+		}
+	}
+
+	.mark {
+		margin-top: 10rpx;
+		margin-bottom: 10rpx;
+	}
+
+	.success {
+		background: rgba(24, 144, 255, .1);
+		color: #1890FF;
+	}
+
+	.default {
+		background: #f5f5f5;
+		color: #282828;
+	}
+
+	.error {
+		background: rgba(233, 51, 35, .1);
+		color: #E93323;
+	}
+</style>

+ 287 - 0
pages/shareholder/certificate/red.vue

@@ -0,0 +1,287 @@
+<template>
+	<view :style="colorStyle">
+		<view class='commission-details'>
+			<view class="nav">
+				<view class="nav-item" :class="{'action': type == 1}" @click="getYjList(1)">
+					原始股
+				</view>
+				<view class="nav-item" :class="{'action': type == 2}" @click="getYjList(2)">
+					分红股
+				</view>
+			</view>
+			<view class='sign-record'>
+				<view class="top_num">
+					分红股:{{bonus_share}} &nbsp;&nbsp;&nbsp; 原始股:{{initial_share}}
+				</view>
+				<view class="box">
+					<block v-for="(item,index) in recordList" :key="index" v-if="recordList.length>0">
+						<view class='list' @click="showDetail(item)">
+							<view class='item'>
+								<view class='listn'>
+									<view class='itemn1 acea-row row-between-wrapper'>
+										<view class="flex-g">
+											<view class="mark">
+												{{item.content}}
+											</view>
+											<view>{{item.create_time}}</view>
+										</view>
+										<template>
+											<view class='num font-color' v-if="item.pm == 1">+{{item.shareholding}}
+											</view>
+											<view class='num' v-else>-{{item.shareholding}}</view>
+										</template>
+									</view>
+								</view>
+							</view>
+						</view>
+					</block>
+					<view class='loadingicon acea-row row-center-wrapper' v-if="recordList.length > 0">
+						<text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>{{loadTitle}}
+					</view>
+					<view v-if="recordList.length == 0">
+						<emptyPage title="暂无记录~"></emptyPage>
+					</view>
+				</view>
+			</view>
+		</view>
+	</view>
+</template>
+
+<script>
+	import {
+		lst
+	} from '@/api/shareholder.js';
+	import {
+		toLogin
+	} from '@/libs/login.js';
+	import {
+		mapGetters
+	} from "vuex";
+	import emptyPage from '@/components/emptyPage.vue'
+	import colors from '@/mixins/color.js';
+	export default {
+		components: {
+			emptyPage,
+		},
+		mixins: [colors],
+		data() {
+			return {
+				type: 1,
+				page: 1,
+				limit: 15,
+				loading: false,
+				loadend: false,
+				loadTitle: '加载更多',
+				recordList: [],
+				initial_share: 0,
+				bonus_share: 0,
+			};
+		},
+		computed: mapGetters(['isLogin']),
+		onLoad(options) {
+			this.type = options.type||1;
+			if (!this.isLogin) {
+				toLogin();
+			}
+		},
+		onShow: function() {
+			this.getRecordList();
+		},
+		methods: {
+			getYjList(type) {
+				let that = this;
+				if (type == that.type) {
+					return
+				}
+				that.type = type;
+				that.page=1;
+				that.loading = false
+				that.loadend = false
+				that.recordList = []
+				that.getRecordList()
+			},
+			getRecordList: function() {
+				let that = this;
+				let page = that.page;
+				let limit = that.limit;
+				let recordType = that.recordType;
+				if (that.loading) return;
+				if (that.loadend) return;
+				that.loading = true;
+				that.loadTitle = '';
+				lst({
+					type: that.type,
+					page: page,
+					limit: limit
+				}, recordType).then(res => {
+					this.recordList = this.recordList.concat(res.data.list)
+					let loadend = res.data.list.length < that.limit;
+					that.bonus_share = +res.data.bonus_share;
+					that.initial_share = +res.data.initial_share;
+					that.loadend = loadend;
+					that.loadTitle = loadend ? '没有更多内容啦~' : '加载更多';
+					that.page += 1;
+					that.loading = false;
+				}).catch(err => {
+					that.loading = false;
+					that.loadTitle = '加载更多';
+				})
+			},
+			// 显示详细
+			showDetail(item) {
+				console.log(item);
+				if (this.type == 6) {
+					if (item.recharge) {
+						uni.showModal({
+							title: '充值订单',
+							content: `用户ID:${item.recharge.uid},充值${item.recharge.price}获得销售业绩`,
+							showCancel: false,
+						});
+					}
+					if (item.subscribe) {
+						const info = item.info[0];
+						uni.showModal({
+							title: '服务项目',
+							content: `订单:${item.order_name},用户:${item.real_name},项目:${info.store_name},支付金额:${info.pay_price}`,
+							showCancel: false,
+						});
+					}
+					if (item.store) {
+						uni.showModal({
+							title: '普通商品',
+							content: `订单:${item.order_id},用户:${item.store.real_name},支付金额:${item.store.pay_price}获得销售业绩`,
+							showCancel: false,
+						});
+					}
+				} else {
+					if (item.mark) {
+						uni.showModal({
+							title: '详细说明',
+							content: item.mark,
+							showCancel: false,
+						});
+					} else if (item.content) {
+						uni.showModal({
+							title: '详细说明',
+							content: item.content,
+							showCancel: false,
+						});
+					}
+				}
+			},
+			navto(url) {
+				uni.navigateTo({
+					url
+				})
+			},
+			submitForm() {
+				this.page = 1;
+				this.limit = 20;
+				this.loadend = false;
+				this.status = false;
+				this.$set(this, 'recordList', []);
+				this.getRecordList();
+			},
+		},
+		onReachBottom: function() {
+			this.getRecordList();
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	.box {
+		border-radius: 14rpx;
+		margin: 0 30rpx;
+		overflow: hidden;
+	}
+
+	.sign-record {
+		margin-top: 20rpx;
+	}
+
+	.top_num {
+		padding: 10rpx 30rpx 30rpx 30rpx;
+		font-size: 26rpx;
+		color: #666;
+	}
+
+
+	.sign-record {
+		.list {
+			.item {
+				.listn {
+					.itemn1 {
+						border-bottom: 1rpx solid #eee;
+						padding: 22rpx 24rpx;
+						flex-wrap: nowrap;
+
+						.flex-g {
+							flex-grow: 1;
+							padding-right: 30rpx;
+
+							.status {
+								font-size: 28rpx;
+							}
+						}
+
+						.name {
+							font-size: 28rpx;
+							color: #282828;
+							margin-bottom: 10rpx;
+						}
+
+						.num {
+							font-size: 36rpx;
+							font-family: 'Guildford Pro';
+							color: #16ac57;
+
+							&.font-color {
+								color: #e93323 !important;
+							}
+						}
+					}
+				}
+			}
+		}
+	}
+
+	.mark {
+		margin-bottom: 10rpx;
+	}
+
+	.success {
+		background: rgba(24, 144, 255, .1);
+		color: #1890FF;
+	}
+
+	.default {
+		background: #f5f5f5;
+		color: #282828;
+	}
+
+	.error {
+		background: rgba(233, 51, 35, .1);
+		color: #E93323;
+	}
+
+	.nav {
+		display: flex;
+		justify-content: space-evenly;
+
+		.nav-item {
+			width: 50%;
+			line-height: 80rpx;
+			text-align: center;
+			font-size: 28rpx;
+			background-color: #fff;
+		}
+
+		.action {
+			color: #1890FF;
+			font-weight: bold;
+			border-bottom: 2px solid #1890FF;
+			font-size: 32rpx;
+		}
+	}
+</style>

+ 15 - 0
pages/user/index.vue

@@ -459,6 +459,21 @@
 						</view>
 						</view>
 					</view>
 					</view>
 				</view>
 				</view>
+				<view class="user-menus" style="margin-top: 25rpx;"
+					v-if="userInfo.is_shareholder==1">
+					<!-- <view class="menus-list"> -->
+					<view class="menu-title">股东功能</view>
+					<view class="list-box">
+						<view class="item" @click="goMenuPage('/pages/shareholder/certificate/red', '股权记录')">
+							<image src="/static/images/user-1.png"></image>
+							<text>股权记录</text>
+						</view>
+						<view class="item" @click="goMenuPage('/pages/shareholder/certificate/init', '分红记录')">
+							<image src="/static/images/user-2.png"></image>
+							<view>分红记录</view>
+						</view>
+					</view>
+				</view>
 				<view class="copy_right">
 				<view class="copy_right">
 					<template v-if='copyRightText'>
 					<template v-if='copyRightText'>
 						<image :src="copyRightImg" mode="aspectFill" class="copyRightImg"></image>
 						<image :src="copyRightImg" mode="aspectFill" class="copyRightImg"></image>

BIN
static/images/user-1.png


BIN
static/images/user-2.png


BIN
static/images/user-3.png