From da13b53bbd033ae26eb7e7fa57c88a34b7a18490 Mon Sep 17 00:00:00 2001 From: THK3121 Date: Fri, 4 Aug 2023 08:57:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user.js | 4 + config/app.js | 96 +- pages.json | 2787 ++++++------ pages/admin/order/index.vue | 1041 ++--- pages/admin/orderList/index.vue | 1868 ++++---- pages/gather/gather.vue | 363 +- pages/index/index.vue | 899 ++-- pages/order_details/stay.vue | 2494 +++++------ pages/product/addGoods/secound.vue | 10 +- pages/short_video/nvueSwiper/index.nvue | 32 +- pages/users/embody/embody.vue | 14 +- pages/users/online_warehousing/index.vue | 5 +- pages/users/order_confirm/index.vue | 5077 +++++++++++----------- pages/users/order_list/index.vue | 2385 +++++----- pages/users/order_list/indexCopy.vue | 1298 ++++++ pages/users/order_list/search.vue | 3 +- pages/users/payment/payment.vue | 835 ++-- static/images/beijin.png | Bin 0 -> 16546 bytes static/images/ddjk.png | Bin 0 -> 1057 bytes static/images/sjtj.png | Bin 0 -> 1221 bytes static/images/xxsj.png | Bin 0 -> 586 bytes 21 files changed, 10392 insertions(+), 8819 deletions(-) create mode 100644 pages/users/order_list/indexCopy.vue create mode 100644 static/images/beijin.png create mode 100644 static/images/ddjk.png create mode 100644 static/images/sjtj.png create mode 100644 static/images/xxsj.png diff --git a/api/user.js b/api/user.js index e3700ea..7b806ed 100644 --- a/api/user.js +++ b/api/user.js @@ -707,4 +707,8 @@ export function hasServiceApi(id) { */ export function getBankInfo() { return request.get(`user/extract/history_bank`) +} +// 商户账单管理 +export function getBillDetil() { + return request.get(`mer/financial_record`) } \ No newline at end of file diff --git a/config/app.js b/config/app.js index 3c22e78..2eae9d4 100644 --- a/config/app.js +++ b/config/app.js @@ -9,23 +9,23 @@ let httpApiThree // 网络接口修改此字符 小程序域名要求https // let httpApi = 'http://192.168.31.110:8324' // 测试 if (process.env.NODE_ENV === "development") { - // httpApi = 'https://shop.lihaink.cn' // 生产 - httpApi = "https://crmeb-test.shop.lihaink.cn" - // httpApi = "http://192.168.0.222" - // #ifdef MP-WEIXIN - httpApiTwo = "https://nk.lihaink.cn" - httpApiThree = 'http://ceshi-oa.lihaink.cn' - // #endif - // #ifdef H5 - // httpApiTwo = "baseUrl" // h5跨域配置 - httpApiTwo = "https://nk.lihaink.cn" // h5跨域配置 - // httpApiThree = 'baseUrlTest' // h5跨域配置 - // #endif + // httpApi = 'https://shop.lihaink.cn' // 生产 + httpApi = "https://crmeb-test.shop.lihaink.cn" + // httpApi = "http://192.168.0.222" + // #ifdef MP-WEIXIN + httpApiTwo = "https://nk.lihaink.cn" + httpApiThree = 'http://ceshi-oa.lihaink.cn' + // #endif + // #ifdef H5 + // httpApiTwo = "baseUrl" // h5跨域配置 + httpApiTwo = "https://nk.lihaink.cn" // h5跨域配置 + // httpApiThree = 'baseUrlTest' // h5跨域配置 + // #endif } else if (process.env.NODE_ENV === 'production') { - // httpApi = 'https://shop.lihaink.cn' // 生产 - httpApi = "https://crmeb-test.shop.lihaink.cn" - httpApiTwo = 'https://nk.lihaink.cn' // 生产 - httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产 + httpApi = 'https://shop.lihaink.cn' // 生产 + httpApi = "https://crmeb-test.shop.lihaink.cn" + httpApiTwo = 'https://nk.lihaink.cn' // 生产 + httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产 } // httpApi = 'https://shop.lihaink.cn' // 生产 // httpApiTwo = 'https://nk.lihaink.cn' // 生产 @@ -35,37 +35,37 @@ if (process.env.NODE_ENV === "development") { let wsApi = 'wss://shop.lihaink.cn' module.exports = { - // 请求域名 格式: https://您的域名 - // #ifdef MP || APP-PLUS - // HTTP_REQUEST_URL: httpApi, - HTTP_REQUEST_URL: httpApi, - HTTP_REQUEST_URL_TWO: httpApiTwo, - HTTP_REQUEST_URL_THREE: httpApiThree, - VUE_APP_WS_URL: `${wsApi}?type=user`, - // #endif + // 请求域名 格式: https://您的域名 + // #ifdef MP || APP-PLUS + // HTTP_REQUEST_URL: httpApi, + HTTP_REQUEST_URL: httpApi, + HTTP_REQUEST_URL_TWO: httpApiTwo, + HTTP_REQUEST_URL_THREE: httpApiThree, + VUE_APP_WS_URL: `${wsApi}?type=user`, + // #endif - // #ifdef H5 - //H5接口是浏览器地址 - HTTP_REQUEST_URL: httpApi || window.location.protocol + "//" + window.location.host, - HTTP_REQUEST_URL_TWO: httpApiTwo || window.location.protocol + "//" + window.location.host, - // 聊天长连接地址 - VUE_APP_WS_URL: wsApi ? `${wsApi}?type=user` : VUE_APP_WS_URL, - // #endif - openPlantGrass: openPlantGrass, - HEADER: { - 'content-type': 'application/json', - //#ifdef H5 - 'Form-type': navigator.userAgent.toLowerCase().indexOf("micromessenger") !== -1 ? 'wechat' : 'h5', - //#endif - //#ifdef MP - 'Form-type': 'routine', - //#endif - //#ifdef APP-PLUS - 'Form-type': 'app', - //#endif - }, - // 回话密钥名称 请勿修改此配置 - TOKENNAME: 'X-Token', - // 缓存时间 0 永久 - EXPIRE: 0, + // #ifdef H5 + //H5接口是浏览器地址 + HTTP_REQUEST_URL: httpApi || window.location.protocol + "//" + window.location.host, + HTTP_REQUEST_URL_TWO: httpApiTwo || window.location.protocol + "//" + window.location.host, + // 聊天长连接地址 + VUE_APP_WS_URL: wsApi ? `${wsApi}?type=user` : VUE_APP_WS_URL, + // #endif + openPlantGrass: openPlantGrass, + HEADER: { + 'content-type': 'application/json', + //#ifdef H5 + 'Form-type': navigator.userAgent.toLowerCase().indexOf("micromessenger") !== -1 ? 'wechat' : 'h5', + //#endif + //#ifdef MP + 'Form-type': 'routine', + //#endif + //#ifdef APP-PLUS + 'Form-type': 'app', + //#endif + }, + // 回话密钥名称 请勿修改此配置 + TOKENNAME: 'X-Token', + // 缓存时间 0 永久 + EXPIRE: 0, }; \ No newline at end of file diff --git a/pages.json b/pages.json index 2e398ac..62b545c 100644 --- a/pages.json +++ b/pages.json @@ -1,1395 +1,1402 @@ { - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "首页", - "navigationStyle": "custom", - "enablePullDownRefresh": true, - // #ifdef APP-PLUS - "enablePullDownRefresh": true, - // #endif - "app-plus": { - "scrollIndicator": false //禁用原生导航栏 - } - } - }, - { - "path": "pages/gather/gather", - "style": { - "navigationBarTitleText": "工作台", - "navigationStyle": "custom", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/plant_release/index", - "style": { - "navigationBarTitleText": "常用", - "navigationStyle": "custom", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/order_addcart/order_addcart", - "style": { - "navigationBarTitleText": "购物车" - } - }, - { - "path": "pages/plant_grass/index", - "style": { - // "navigationStyle": "custom", - "navigationBarTitleText": "种草社区" - } - }, - { - "path": "pages/user/index", - "style": { - "navigationBarTitleText": "个人中心", - "navigationStyle": "custom" - } - }, - { - "path": "pages/news_list/index", - "style": { - "navigationBarTitleText": "资讯" - } - }, - { - "path": "pages/news_details/index", - "style": { - "navigationBarTitleText": "资讯详情" - } - }, - { - "path": "pages/auth/index", - "style": { - "navigationBarTitleText": "加载中" - } - }, - { - "path": "pages/order_pay_status/index", - "style": { - "navigationBarTitleText": "支付状态" - } - }, - { - "path": "pages/error/index", - "style": { - "navigationBarTitleText": "网站已关闭" - } - }, - { - "path": "pages/order_pay_back/index", - "style": { - "navigationBarTitleText": "支付提示" - } - }, { - "path": "pages/supply_chains/supply_chains", - "style": { - "navigationBarTitleText": "供应", - "enablePullDownRefresh": true, - "navigationStyle": "custom" - } - - } - ], - "subPackages": [{ - "root": "pages/goods_cate", - "name": "goods_cate", - "pages": [{ - "path": "goods_cate", - "style": { - "navigationBarTitleText": "商品分类" - } - }] - }, - { - "root": "pages/goods_details", - "name": "goods_details", - "pages": [{ - "path": "index", - "style": { - "navigationStyle": "custom" - // #ifdef MP || APP-PLUS - , - "navigationBarTextStyle": "#fff" - // #endif - } - }] - }, - { - "root": "pages/order_details", - "name": "order_details", - "pages": [{ - "path": "index", - "style": { - "navigationBarTitleText": "订单详情" - //, - //"navigationBarBackgroundColor": "#e93323" - // #ifdef MP || APP-PLUS - // , - //"navigationBarTextStyle": "#fff" - // #endif - } - }, - { - "path": "stay", - "style": { - "navigationBarTitleText": "订单详情" - //, - //"navigationBarBackgroundColor": "#e93323" - // #ifdef MP || APP-PLUS - // , - //"navigationBarTextStyle": "#fff" - // #endif - } - }, - { - "path": "delivery", - "style": { - "navigationBarTitleText": "配送详情" - //, - //"navigationBarBackgroundColor": "#e93323" - // #ifdef MP || APP-PLUS - // , - //"navigationBarTextStyle": "#fff" - // #endif - } - } - ] - }, - { - "root": "pages/nongKe", - "name": "nongKe", - "pages": [{ - "path": "gather/select_warehouse", - "style": { - "navigationBarTitleText": "入库管理", - "enablePullDownRefresh": true - } - }, { - "path": "goods_list/index", - "style": { - "navigationBarTitleText": "里海云仓", - "enablePullDownRefresh": true - } - }, - { - "path": "supply_chain/goods_list", - "style": { - "navigationBarTitleText": "商品列表", - "enablePullDownRefresh": true - } - - }, { - "path": "supply_chain/finance", - "style": { - "navigationBarTitleText": "财务管理", - "enablePullDownRefresh": false - } - - }, { - "path": "supply_chain/supplier", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#e93323", - "navigationStyle": "custom" - } - - }, { - "path": "supply_chain/merchant", - "style": { - "navigationBarTitleText": "商品", - "enablePullDownRefresh": false - } - - }, { - "path": "supply_chain/purchase_control", - "style": { - "navigationBarTitleText": "进货管理", - "enablePullDownRefresh": false - } - - }, { - "path": "supply_chain/shopping_trolley", - "style": { - "navigationBarTitleText": "购物车", - "enablePullDownRefresh": false - } - - }, { - "path": "cloud_entrepot/index", - "style": { - "navigationBarTitleText": "里海云仓", - "enablePullDownRefresh": false - } - - }, { - "path": "teach_video/teach_video", - "style": { - "navigationBarTitleText": "教学视频", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - - } - ] - }, - { - "root": "pages/users", - "name": "users", - "pages": [{ - "path": "retrievePassword/index", - "style": { - "navigationBarTitleText": "忘记密码" - } - }, - { - "path": "online_warehousing/index", - "style": { - "navigationBarTitleText": "采购订单" - } - }, - { - "path": "user_setting/index", - "style": { - "navigationBarTitleText": "设置" - } - }, - { - "path": "supply_procurement/index", - "style": { - "navigationBarTitleText": "供货采购" - } - }, - //协议,关于 - { - "path": "user_about/index", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "agreement_rules/index", - "style": { - "navigationBarTitleText": "协议规则" - } - }, - { - "path": "user_info/index", - "style": { - "navigationBarTitleText": "个人资料" - } - }, - { - "path": "user_nickname/index", - "style": { - "navigationBarTitleText": "昵称" - } - }, - { - "path": "user_get_coupon/index", - "style": { - "navigationBarTitleText": "领取优惠券" - } - }, - { - "path": "user_goods_collection/index", - "style": { - "navigationBarTitleText": "我的收藏" - } - }, - { - "path": "user_sgin/index", - "style": { - "navigationBarTitleText": "签到" - } - }, - { - "path": "user_sgin_list/index", - "style": { - "navigationBarTitleText": "签到记录" - } - }, - { - "path": "user_money/index", - "style": { - "navigationBarTitleText": "我的账户" - } - }, - { - "path": "user_bill/index", - "style": { - "navigationBarTitleText": "账单明细" - } - }, - { - "path": "user_integral/index", - "style": { - "navigationBarTitleText": "积分详情" - } - }, - { - "path": "user_brokerage/index", - "style": { - "navigationBarTitleText": "分销等级" - } - }, - { - "path": "user_grade/index", - "style": { - "navigationBarTitleText": "我的等级", - "navigationBarBackgroundColor": "#282828" - // #ifdef MP || APP-PLUS - , - "navigationBarTextStyle": "#fff" - // #endif - } - }, - { - "path": "user_grade_list/index", - "style": { - "navigationBarTitleText": "成长值记录", - "navigationBarBackgroundColor": "#282828" - // #ifdef MP || APP-PLUS - , - "navigationBarTextStyle": "#fff" - // #endif - } - }, - { - "path": "user_coupon/index", - "style": { - "navigationBarTitleText": "我的优惠券" - } - }, - { - "path": "user_spread_user/index", - "style": { - "navigationBarTitleText": "我的推广" - } - }, - { - "path": "user_spread_code/index", - "style": { - "navigationBarTitleText": "分销海报" - } - }, - { - "path": "user_spread_money/index", - "style": { - "navigationBarTitleText": "佣金记录" - } - }, - { - "path": "user_cash/index", - "style": { - "navigationBarTitleText": "提现" - } - }, - { - "path": "gather_list/index", - "style": { - "navigationBarTitleText": "提现流水" - } - }, - { - "path": "user_address_list/index", - "style": { - "navigationBarTitleText": "地址管理" - } - }, - { - "path": "user_address/index", - "style": { - "navigationBarTitleText": "添加地址" - } - }, - { - "path": "user_phone/index", - "style": { - "navigationBarTitleText": "绑定手机" - } - }, - { - "path": "user_modify_phone/index", - "style": { - "navigationBarTitleText": "修改手机号" - } - }, - { - "path": "user_modify_pwd/index", - "style": { - "navigationBarTitleText": "修改密码" - } - }, - { - "path": "user_payment/index", - "style": { - "navigationBarTitleText": "余额充值" - } - }, - { - "path": "user_pwd_edit/index", - "style": { - "navigationBarTitleText": "修改密码" - // #ifdef MP || APP-PLUS - , - "navigationBarTextStyle": "#fff" - // #endif - } - }, - { - "path": "order_confirm/index", - "style": { - "navigationBarTitleText": "提交订单" - } - }, - { - "path": "goods_details_store/index", - "style": { - "navigationBarTitleText": "门店列表" - } - }, - { - "path": "promoter-list/index", - "style": { - "navigationBarTitleText": "推广人列表" - } - }, - { - "path": "promoter-order/index", - "style": { - "navigationBarTitleText": "推广人订单" - } - }, - { - "path": "promoter_rank/index", - "style": { - "navigationBarTitleText": "推广人排行" - } - }, - { - "path": "commission_rank/index", - "style": { - "navigationBarTitleText": "佣金排行" - } - }, - { - "path": "order_list/index", - "style": { - "navigationBarTitleText": "我的订单" - } - }, - { - "path": "order_list/order", - "style": { - "navigationBarTitleText": "我的订单" - } - }, - { - "path": "order_list/search", - "style": { - "navigationBarTitleText": "我的订单" - } - }, - { - "path": "presell_order_list/index", - "style": { - "navigationBarTitleText": "预售订单" - } - }, - { - "path": "goods_logistics/index", - "style": { - "navigationBarTitleText": "物流信息" - } - }, - { - "path": "user_return_list/index", - "style": { - "navigationBarTitleText": "退货列表" - } - }, - { - "path": "goods_return/index", - "style": { - "navigationBarTitleText": "申请退货" - } - }, - { - "path": "login/login_copy", - "style": { - "navigationBarTitleText": "登录", - "navigationBarBackgroundColor": "#EB5447", - "navigationStyle": "custom" - // #ifdef MP || APP-PLUS - , - "navigationBarTextStyle": "#fff" - // #endif - } - }, - { - "path": "goods_comment_list/index", - "style": { - "navigationBarTitleText": "商品评分" - } - }, - { - "path": "goods_comment_con/index", - "style": { - "navigationBarTitleText": "商品评价" - } - }, - { - "path": "feedback/index", - "style": { - "navigationBarTitleText": "问题反馈", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "feedback/list", - "style": { - "navigationBarTitleText": "反馈记录", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "feedback/detail", - "style": { - "navigationBarTitleText": "反馈内容", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "refund/index", - "style": { - "navigationBarTitleText": "批量退款", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "refund/confirm", - "style": { - "navigationBarTitleText": "申请退款", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "refund/detail", - "style": { - "navigationBarTitleText": "退款详情", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "refund/select", - "style": { - "navigationBarTitleText": "选择服务类型", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "refund/goods/index", - "style": { - "navigationBarTitleText": "退货退款", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "refund/list", - "style": { - "navigationBarTitleText": "退货列表", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "refund/logistics", - "style": { - "navigationBarTitleText": "物流信息", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "browsingHistory/index", - "style": { - "navigationBarTitleText": "浏览记录", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "distributor/index", - "style": { - "navigationBarTitleText": "成为分销", - "backgroundColor": "#FFFFFF" - } - }, - { - "path": "user_invoice_list/index", - "style": { - "navigationBarTitleText": "发票管理" - } - }, - { - "path": "user_invoice_form/index", - "style": { - "navigationBarTitleText": "添加新发票" - } - }, - { - "path": "user_invoicing/index", - "style": { - "navigationBarTitleText": "开具发票" - } - }, - { - "path": "user_invoice_order/index", - "style": { - "navigationBarTitleText": "订单详情" - } - }, - { - "path": "user_invoice_Finance/index", - "style": { - "navigationBarTitleText": "财务公开" - } - }, - { - "path": "user_invoice_order_list/index", - "style": { - "navigationBarTitleText": "财务详情" - } - }, - { - "path": "privacy/index", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - }, { - "path": "embody/embody", - "style": { - "navigationBarTitleText": "提现", - "enablePullDownRefresh": false - } - - }, { - "path": "payment/payment", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - }, { - "path": "trading_hall/index", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ] - }, - { - "root": "pages/store", - "name": "store", - "pages": [{ - "path": "index", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "navigationBarTitleText": "店铺diy首页" - // #ifdef MP - , - "navigationBarTextStyle": "#FFFFFF" - // #endif - } - }, { - "path": "home/index", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "店铺首页" - // #ifdef MP - , - "navigationBarTextStyle": "#FFFFFF" - // #endif - } - }, - { - "path": "detail/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "店铺详情" - } - }, - { - "path": "list/index", - "style": { - "navigationBarTitleText": "商品列表" - } - }, - { - "path": "settled/index", - "style": { - "navigationBarTitleText": "商家入驻" - } - }, { - "path": "applicationRecord/index", - "style": { - "navigationBarTitleText": "申请记录" - } - }, { - "path": "merchantDetails/index", - "style": { - "navigationBarTitleText": "审核通过" - } - }, - { - "path": "shopStreet/index", - "style": { - "navigationBarTitleText": "店铺街" - } - }, - { - "path": "qualifications/index", - "style": { - "navigationBarTitleText": "店铺资质信息" - } - }, { - "path": "settledApply/settledApply", - "style": { - "navigationBarTitleText": "入驻申请", - "enablePullDownRefresh": true - } - - }, { - "path": "entryProcess/entryProcess", - "style": { - "navigationBarTitleText": "入驻流程", - "enablePullDownRefresh": false - } - - } - ] - }, - { - "root": "pages/admin", - "name": "adminOrder", - "pages": [{ - "path": "order/index", - "style": { - "navigationBarTitleText": "订单首页" - } - }, - { - "path": "orderList/index", - "style": { - "navigationBarTitleText": "订单列表" - } - }, - { - "path": "orderRefund/index", - "style": { - "navigationBarTitleText": "立即退款" - } - }, - { - "path": "business/index", - "style": { - "navigationBarTitleText": "商家管理" - } - }, - { - "path": "orderDetail/index", - "style": { - "navigationBarTitleText": "订单详情" - } - }, - { - "path": "refundDetail/index", - "style": { - "navigationBarTitleText": "退款单详情" - } - }, - { - "path": "delivery/index", - "style": { - "navigationBarTitleText": "订单发货" - } - }, - { - "path": "statistics/index", - "style": { - "navigationBarTitleText": "订单数据统计" - } - }, - { - "path": "order_cancellation/index", - "style": { - "navigationBarTitleText": "订单核销" - } - }, - { - "path": "cancellate_result/index", - "style": { - "navigationBarTitleText": "核销结果" - } - }, - { - "path": "goods_details/index", - "style": { - "navigationBarTitleText": "商品详情" - - } - }, { - "path": "stockOut/index", - "style": { - "navigationBarTitleText": "扫码出库", - "enablePullDownRefresh": false - } - - }, { - "path": "order/monitor", - "style": { - "navigationBarTitleText": "订单监控", - "enablePullDownRefresh": false - } - } - ] - }, - { - "root": "pages/product", - "name": "product", - "pages": [{ - "path": "list/index", - "style": { - "navigationBarTitleText": "商品管理", - "enablePullDownRefresh": true - } - }, - { - "path": "goodsOnSale/index", - "style": { - "onReachBottomDistance": 100, - "navigationBarTitleText": "在售商品", - "enablePullDownRefresh": false - } - }, - { - "path": "soldOutGoods/index", - "style": { - "onReachBottomDistance": 100, - "navigationBarTitleText": "售罄商品", - "enablePullDownRefresh": false - } - }, - { - "path": "recycleBin/index", - "style": { - "onReachBottomDistance": 100, - "navigationBarTitleText": "回收站", - "enablePullDownRefresh": false - } - }, - { - "path": "storeClassification/index", - "style": { - "navigationBarTitleText": "店铺分类" - } - }, - { - "path": "storeClassification/addStoreClass", - "style": { - "navigationBarTitleText": "添加店铺分类" - } - }, - { - "path": "addGoods/index", - "style": { - "navigationBarTitleText": "添加商品" - } - }, - { - "path": "addGoods/secound", - "style": { - "navigationBarTitleText": "添加商品" - } - }, - { - "path": "addGoods/addGoodDetils", - "style": { - "navigationBarTitleText": "商品详情" - } - }, - { - "path": "addGoods/singleSpecification", - "style": { - "navigationBarTitleText": "单规格" - } - }, - { - "path": "addGoods/mulSpecification", - "style": { - "navigationBarTitleText": "多规格" - } - }, - { - "path": "addGoods/specificationProperties", - "style": { - "navigationBarTitleText": "规格属性" - } - }, - { - "path": "addGoods/freightTemplate", - "style": { - "navigationBarTitleText": "运费模板", - "onReachBottomDistance": 100, - "enablePullDownRefresh": false - } - }, - { - "path": "addGoods/addFreightTemplate", - "style": { - "navigationBarTitleText": "新增运费模板" - } - }, - { - "path": "addGoods/modifyPrice", - "style": { - "navigationBarTitleText": "修改价格-多规格" - } - }, - { - "path": "basicSet", - "style": { - "navigationBarTitleText": "商户基本设置", - "enablePullDownRefresh": false - } - } - ] - }, - { - "root": "pages/plantGrass", - "name": "plant_grass", - "pages": [{ - "path": "plant_detail/index", - "style": { - "navigationBarTitleText": "内容详情" - } - }, - { - "path": "plant_release/index", - "style": { - "navigationBarTitleText": "内容发布", - "enablePullDownRefresh": false - } - }, - { - "path": "plant_show/index", - "style": { - "navigationBarTitleText": "种草秀" - } - }, - { - "path": "plant_topic/index", - "style": { - "navigationBarTitleText": "话题筛选" - } - }, - { - "path": "plant_search/index", - "style": { - "navigationBarTitleText": "搜索" - } - }, - { - "path": "plant_search_list/index", - "style": { - "navigationBarTitleText": "搜索结果" - } - }, - { - "path": "plant_featured/index", - "style": { - "navigationBarTitleText": "为你精选" - } - }, - { - "path": "plant_user/index", - "style": { - "navigationBarTitleText": "个人主页" - } - }, - { - "path": "plant_user_attention/index", - "style": { - "navigationBarTitleText": "我的关注" - } - }, - { - "path": "plant_user_fans/index", - "style": { - "navigationBarTitleText": "我的粉丝" - } - } - - ] - }, - { - "root": "pages/columnGoods", - "name": "columnGoods", - "pages": [{ - "path": "HotNewGoods/index", - "style": { - "navigationBarTitleText": "精品推荐" - } - }, - { - "path": "goods_list/index", - "style": { - "navigationBarTitleText": "商品列表" - } - }, - { - "path": "goods_coupon_list/index", - "style": { - "navigationBarTitleText": "优惠券商品" - } - }, - { - "path": "goods_search/index", - "style": { - "navigationBarTitleText": "搜索商品" - - } - }, - { - "path": "goods_search_con/index", - "style": { - "navigationBarTitleText": "搜索商品", - "app-plus": { - "titleNView":false + "pages": [ + //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "首页", + "navigationStyle": "custom", + "enablePullDownRefresh": true, + // #ifdef APP-PLUS + "enablePullDownRefresh": true, + // #endif + "app-plus": { + "scrollIndicator": false //禁用原生导航栏 + } + } + }, + { + "path": "pages/gather/gather", + "style": { + "navigationBarTitleText": "工作台", + "navigationStyle": "custom", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/plant_release/index", + "style": { + "navigationBarTitleText": "常用", + "navigationStyle": "custom", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/order_addcart/order_addcart", + "style": { + "navigationBarTitleText": "购物车" + } + }, + { + "path": "pages/plant_grass/index", + "style": { + // "navigationStyle": "custom", + "navigationBarTitleText": "种草社区" + } + }, + { + "path": "pages/user/index", + "style": { + "navigationBarTitleText": "个人中心", + "navigationStyle": "custom" + } + }, + { + "path": "pages/news_list/index", + "style": { + "navigationBarTitleText": "资讯" + } + }, + { + "path": "pages/news_details/index", + "style": { + "navigationBarTitleText": "资讯详情" + } + }, + { + "path": "pages/auth/index", + "style": { + "navigationBarTitleText": "加载中" + } + }, + { + "path": "pages/order_pay_status/index", + "style": { + "navigationBarTitleText": "支付状态" + } + }, + { + "path": "pages/error/index", + "style": { + "navigationBarTitleText": "网站已关闭" + } + }, + { + "path": "pages/order_pay_back/index", + "style": { + "navigationBarTitleText": "支付提示" + } + }, { + "path": "pages/supply_chains/supply_chains", + "style": { + "navigationBarTitleText": "供应", + "enablePullDownRefresh": true, + "navigationStyle": "custom" } - } - } - ] - // "plugins": { - // "live-player-plugin": { - // "version": "1.3.2", - // "provider": "wx2b03c6e691cd7370" - // } - // } - }, - { - "root": "pages/chat", - "name": "chat", - "pages": [{ - "path": "customer_list/index", - "style": { - "navigationBarTitleText": "消息中心" - } - }, - { - "path": "customer_list/chat", - "style": { - "navigationBarTitleText": "客服聊天" - } - }, - { - "path": "customer_login/index", - "style": { - "navigationBarTitleText": "客服登录" - } - }, - { - "path": "customer_info/index", - "style": { - "navigationBarTitleText": "客户信息" - } - } - ] - }, - { - "root": "pages/activity", - "name": "activity", - "pages": [{ - "path": "goods_seckill/index", - "style": { - "navigationBarTitleText": "限时秒杀", - "navigationBarBackgroundColor": "#F2F2F2" - } - }, - { - "path": "goods_seckill_details/index", - "style": { - "navigationBarTitleText": "秒杀详情", - "navigationStyle": "custom" - // #ifdef MP || APP-PLUS - , - "navigationBarTextStyle": "#fff" - // #endif - } - }, - { - "path": "liveBroadcast/index", - "style": { - "navigationBarTitleText": "直播列表", - "navigationBarBackgroundColor": "#F2F2F2" - } - }, - { - "path": "presell/index", - "style": { - "navigationBarTitleText": "预售列表" - // #ifdef MP || APP-PLUS - , - "navigationBarBackgroundColor": "#F2F2F2" - // #endif - } - }, - { - "path": "presell_details/index", - "style": { - "navigationStyle": "custom" - // #ifdef MP || APP-PLUS - , - "navigationBarTextStyle": "#fff" - // #endif - } - }, - { - "path": "combination/index", - "style": { - "navigationBarTitleText": "拼团" - // #ifdef MP || APP-PLUS - , - "navigationBarBackgroundColor": "#F2F2F2" - // #endif - } - }, - { - "path": "combination_details/index", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "拼团详情", - "navigationBarBackgroundColor": "#F2F2F2" - } - }, - { - "path": "combination_status/index", - "style": { - "navigationBarTitleText": "拼团状态" - } - }, - { - "path": "assist/index", - "style": { - "navigationBarTitleText": "助力列表", - "navigationBarBackgroundColor": "#F2F2F2" - } - }, - { - "path": "assist_detail/index", - "style": { - "navigationBarTitleText": "发起助力" - } - }, - { - "path": "assist_record/index", - "style": { - "navigationBarTitleText": "助力记录" - } - }, - { - "path": "topic/index", - "style": { - "navigationBarTitleText": "活动专场" - } - }, - { - "path": "topic_detail/index", - "style": { - "navigationBarTitleText": "主题活动" - } - }, - { - "path": "lifeService/index", - "style": { - "navigationBarTitleText": "本地服务" - } - }, - { - "path": "collect_coupons/index", - "style": { - "navigationBarTitleText": "领劵中心" - } - }, - { - "path": "rank/index", - "style": { - "navigationBarTitleText": "热卖排行" - } - } - ] - }, - { - "root": "pages/short_video", - "name": "shortVideo", - "pages": [{ - "navigationBarTitleText": "短视频", - "enablePullDownRefresh": false, - //#ifdef APP - "path": "appSwiper/index", - //#endif - //#ifndef APP - "path": "nvueSwiper/index", - //#endif - "style": { - "navigationBarTitleText": "社区视频", - "navigationStyle": "custom", - "app-plus": { - "titleNView": false, - - "bounce": "none" - } - } - }] - }, - { - "root": "pages/annex", - "name": "annx", - "pages": [{ - "path": "web_view/index", - "style": { - "navigationBarTitleText": "", - "app-plus": { - // #ifdef APP-PLUS - "titleNView": { - "type": "default" - } - // #endif - } - } - }, { - "path": "vip_paid/index", - "style": { - "navigationBarTitleText": "开通会员", - "app-plus": { - // #ifdef APP-PLUS - "titleNView": { - "type": "default" - } - // #endif - } - } - }, { - "path": "vip_center/index", - "style": { - "navigationBarTitleText": "会员中心", - "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": "vip_clause/index", - "style": { - "navigationBarTitleText": "会员协议", - "app-plus": { - // #ifdef APP-PLUS - "titleNView": { - "type": "default" - } - // #endif - } - } - } + } + ], + "subPackages": [{ + "root": "pages/goods_cate", + "name": "goods_cate", + "pages": [{ + "path": "goods_cate", + "style": { + "navigationBarTitleText": "商品分类" + } + }] + }, + { + "root": "pages/goods_details", + "name": "goods_details", + "pages": [{ + "path": "index", + "style": { + "navigationStyle": "custom" + // #ifdef MP || APP-PLUS + , + "navigationBarTextStyle": "#fff" + // #endif + } + }] + }, + { + "root": "pages/order_details", + "name": "order_details", + "pages": [{ + "path": "index", + "style": { + "navigationBarTitleText": "订单详情" + //, + //"navigationBarBackgroundColor": "#e93323" + // #ifdef MP || APP-PLUS + // , + //"navigationBarTextStyle": "#fff" + // #endif + } + }, + { + "path": "stay", + "style": { + "navigationBarTitleText": "订单详情" + //, + //"navigationBarBackgroundColor": "#e93323" + // #ifdef MP || APP-PLUS + // , + //"navigationBarTextStyle": "#fff" + // #endif + } + }, + { + "path": "delivery", + "style": { + "navigationBarTitleText": "配送详情" + //, + //"navigationBarBackgroundColor": "#e93323" + // #ifdef MP || APP-PLUS + // , + //"navigationBarTextStyle": "#fff" + // #endif + } + } + ] + }, + { + "root": "pages/nongKe", + "name": "nongKe", + "pages": [{ + "path": "gather/select_warehouse", + "style": { + "navigationBarTitleText": "入库管理", + "enablePullDownRefresh": true + } + }, { + "path": "goods_list/index", + "style": { + "navigationBarTitleText": "里海云仓", + "enablePullDownRefresh": true + } + }, + { + "path": "supply_chain/goods_list", + "style": { + "navigationBarTitleText": "商品列表", + "enablePullDownRefresh": true + } - ] - } - ], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "加载中...", - "navigationBarBackgroundColor": "#fff", - "backgroundColor": "#F8F8F8" - //#ifndef H5 - , - "titleNView": true - //#endif - //#ifdef H5 - , - "titleNView": false - //#endif - }, - "tabBar": { - "color": "#282828", - "selectedColor": "#E93323", - "borderStyle": "white", - "backgroundColor": "#ffffff", - "list": [{ - "pagePath": "pages/index/index", - "iconPath": "static/tabbar_icon/a.png", - "selectedIconPath": "static/tabbar_icon/a-a.png", - "text": "泸州" - }, - { - "pagePath": "pages/gather/gather", - "iconPath": "static/tabbar_icon/b.png", - "selectedIconPath": "static/tabbar_icon/b-a.png", - "text": "工作台" - }, - { - "pagePath": "pages/plant_release/index", - "iconPath": "static/tabbar_icon/d.png", - "selectedIconPath": "static/tabbar_icon/d-a.png", - "text": "发布" - }, - { - "pagePath": "pages/supply_chains/supply_chains", - "iconPath": "static/tabbar_icon/c.png", - "selectedIconPath": "static/tabbar_icon/c-a.png", - "text": "供应" - }, - { - "pagePath": "pages/user/index", - "iconPath": "static/tabbar_icon/e.png", - "selectedIconPath": "static/tabbar_icon/e-a.png", - "text": "我的" - } - ] - }, - "condition": { //模式配置,仅开发期间生效 - "current": 0, //当前激活的模式(list 的索引项) - "list": [{ - "name": "", //模式名称 - "path": "", //启动页面,必选 - "query": "" //启动参数,在页面的onLoad函数里面得到 - }] - }, - "sitemapLocation": "sitemap.json" + }, { + "path": "supply_chain/finance", + "style": { + "navigationBarTitleText": "财务管理", + "enablePullDownRefresh": false + } + + }, { + "path": "supply_chain/supplier", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#e93323", + "navigationStyle": "custom" + } + + }, { + "path": "supply_chain/merchant", + "style": { + "navigationBarTitleText": "商品", + "enablePullDownRefresh": false + } + + }, { + "path": "supply_chain/purchase_control", + "style": { + "navigationBarTitleText": "进货管理", + "enablePullDownRefresh": false + } + + }, { + "path": "supply_chain/shopping_trolley", + "style": { + "navigationBarTitleText": "购物车", + "enablePullDownRefresh": false + } + + }, { + "path": "cloud_entrepot/index", + "style": { + "navigationBarTitleText": "里海云仓", + "enablePullDownRefresh": false + } + + }, { + "path": "teach_video/teach_video", + "style": { + "navigationBarTitleText": "教学视频", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + + } + ] + }, + { + "root": "pages/users", + "name": "users", + "pages": [{ + "path": "retrievePassword/index", + "style": { + "navigationBarTitleText": "忘记密码" + } + }, + { + "path": "online_warehousing/index", + "style": { + "navigationBarTitleText": "采购订单" + } + }, + { + "path": "user_setting/index", + "style": { + "navigationBarTitleText": "设置" + } + }, + { + "path": "supply_procurement/index", + "style": { + "navigationBarTitleText": "供货采购" + } + }, + //协议,关于 + { + "path": "user_about/index", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "agreement_rules/index", + "style": { + "navigationBarTitleText": "协议规则" + } + }, + { + "path": "user_info/index", + "style": { + "navigationBarTitleText": "个人资料" + } + }, + { + "path": "user_nickname/index", + "style": { + "navigationBarTitleText": "昵称" + } + }, + { + "path": "user_get_coupon/index", + "style": { + "navigationBarTitleText": "领取优惠券" + } + }, + { + "path": "user_goods_collection/index", + "style": { + "navigationBarTitleText": "我的收藏" + } + }, + { + "path": "user_sgin/index", + "style": { + "navigationBarTitleText": "签到" + } + }, + { + "path": "user_sgin_list/index", + "style": { + "navigationBarTitleText": "签到记录" + } + }, + { + "path": "user_money/index", + "style": { + "navigationBarTitleText": "我的账户" + } + }, + { + "path": "user_bill/index", + "style": { + "navigationBarTitleText": "账单明细" + } + }, + { + "path": "user_integral/index", + "style": { + "navigationBarTitleText": "积分详情" + } + }, + { + "path": "user_brokerage/index", + "style": { + "navigationBarTitleText": "分销等级" + } + }, + { + "path": "user_grade/index", + "style": { + "navigationBarTitleText": "我的等级", + "navigationBarBackgroundColor": "#282828" + // #ifdef MP || APP-PLUS + , + "navigationBarTextStyle": "#fff" + // #endif + } + }, + { + "path": "user_grade_list/index", + "style": { + "navigationBarTitleText": "成长值记录", + "navigationBarBackgroundColor": "#282828" + // #ifdef MP || APP-PLUS + , + "navigationBarTextStyle": "#fff" + // #endif + } + }, + { + "path": "user_coupon/index", + "style": { + "navigationBarTitleText": "我的优惠券" + } + }, + { + "path": "user_spread_user/index", + "style": { + "navigationBarTitleText": "我的推广" + } + }, + { + "path": "user_spread_code/index", + "style": { + "navigationBarTitleText": "分销海报" + } + }, + { + "path": "user_spread_money/index", + "style": { + "navigationBarTitleText": "佣金记录" + } + }, + { + "path": "user_cash/index", + "style": { + "navigationBarTitleText": "提现" + } + }, + { + "path": "gather_list/index", + "style": { + "navigationBarTitleText": "提现流水" + } + }, + { + "path": "user_address_list/index", + "style": { + "navigationBarTitleText": "地址管理" + } + }, + { + "path": "user_address/index", + "style": { + "navigationBarTitleText": "添加地址" + } + }, + { + "path": "user_phone/index", + "style": { + "navigationBarTitleText": "绑定手机" + } + }, + { + "path": "user_modify_phone/index", + "style": { + "navigationBarTitleText": "修改手机号" + } + }, + { + "path": "user_modify_pwd/index", + "style": { + "navigationBarTitleText": "修改密码" + } + }, + { + "path": "user_payment/index", + "style": { + "navigationBarTitleText": "余额充值" + } + }, + { + "path": "user_pwd_edit/index", + "style": { + "navigationBarTitleText": "修改密码" + // #ifdef MP || APP-PLUS + , + "navigationBarTextStyle": "#fff" + // #endif + } + }, + { + "path": "order_confirm/index", + "style": { + "navigationBarTitleText": "提交订单" + } + }, + { + "path": "goods_details_store/index", + "style": { + "navigationBarTitleText": "门店列表" + } + }, + { + "path": "promoter-list/index", + "style": { + "navigationBarTitleText": "推广人列表" + } + }, + { + "path": "promoter-order/index", + "style": { + "navigationBarTitleText": "推广人订单" + } + }, + { + "path": "promoter_rank/index", + "style": { + "navigationBarTitleText": "推广人排行" + } + }, + { + "path": "commission_rank/index", + "style": { + "navigationBarTitleText": "佣金排行" + } + }, + { + "path": "order_list/index", + "style": { + "navigationBarTitleText": "我的订单" + } + }, + { + "path": "order_list/indexCopy", + "style": { + "navigationBarTitleText": "我的订单" + } + }, + { + "path": "order_list/order", + "style": { + "navigationBarTitleText": "我的订单" + } + }, + { + "path": "order_list/search", + "style": { + "navigationBarTitleText": "我的订单" + } + }, + { + "path": "presell_order_list/index", + "style": { + "navigationBarTitleText": "预售订单" + } + }, + { + "path": "goods_logistics/index", + "style": { + "navigationBarTitleText": "物流信息" + } + }, + { + "path": "user_return_list/index", + "style": { + "navigationBarTitleText": "退货列表" + } + }, + { + "path": "goods_return/index", + "style": { + "navigationBarTitleText": "申请退货" + } + }, + { + "path": "login/login_copy", + "style": { + "navigationBarTitleText": "登录", + "navigationBarBackgroundColor": "#EB5447", + "navigationStyle": "custom" + // #ifdef MP || APP-PLUS + , + "navigationBarTextStyle": "#fff" + // #endif + } + }, + { + "path": "goods_comment_list/index", + "style": { + "navigationBarTitleText": "商品评分" + } + }, + { + "path": "goods_comment_con/index", + "style": { + "navigationBarTitleText": "商品评价" + } + }, + { + "path": "feedback/index", + "style": { + "navigationBarTitleText": "问题反馈", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "feedback/list", + "style": { + "navigationBarTitleText": "反馈记录", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "feedback/detail", + "style": { + "navigationBarTitleText": "反馈内容", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "refund/index", + "style": { + "navigationBarTitleText": "批量退款", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "refund/confirm", + "style": { + "navigationBarTitleText": "申请退款", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "refund/detail", + "style": { + "navigationBarTitleText": "退款详情", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "refund/select", + "style": { + "navigationBarTitleText": "选择服务类型", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "refund/goods/index", + "style": { + "navigationBarTitleText": "退货退款", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "refund/list", + "style": { + "navigationBarTitleText": "退货列表", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "refund/logistics", + "style": { + "navigationBarTitleText": "物流信息", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "browsingHistory/index", + "style": { + "navigationBarTitleText": "浏览记录", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "distributor/index", + "style": { + "navigationBarTitleText": "成为分销", + "backgroundColor": "#FFFFFF" + } + }, + { + "path": "user_invoice_list/index", + "style": { + "navigationBarTitleText": "发票管理" + } + }, + { + "path": "user_invoice_form/index", + "style": { + "navigationBarTitleText": "添加新发票" + } + }, + { + "path": "user_invoicing/index", + "style": { + "navigationBarTitleText": "开具发票" + } + }, + { + "path": "user_invoice_order/index", + "style": { + "navigationBarTitleText": "订单详情" + } + }, + { + "path": "user_invoice_Finance/index", + "style": { + "navigationBarTitleText": "财务公开" + } + }, + { + "path": "user_invoice_order_list/index", + "style": { + "navigationBarTitleText": "财务详情" + } + }, + { + "path": "privacy/index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, { + "path": "embody/embody", + "style": { + "navigationBarTitleText": "提现", + "enablePullDownRefresh": false + } + + }, { + "path": "payment/payment", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + }, { + "path": "trading_hall/index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ] + }, + { + "root": "pages/store", + "name": "store", + "pages": [{ + "path": "index", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": true, + "navigationBarTitleText": "店铺diy首页" + // #ifdef MP + , + "navigationBarTextStyle": "#FFFFFF" + // #endif + } + }, { + "path": "home/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "店铺首页" + // #ifdef MP + , + "navigationBarTextStyle": "#FFFFFF" + // #endif + } + }, + { + "path": "detail/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "店铺详情" + } + }, + { + "path": "list/index", + "style": { + "navigationBarTitleText": "商品列表" + } + }, + { + "path": "settled/index", + "style": { + "navigationBarTitleText": "商家入驻" + } + }, { + "path": "applicationRecord/index", + "style": { + "navigationBarTitleText": "申请记录" + } + }, { + "path": "merchantDetails/index", + "style": { + "navigationBarTitleText": "审核通过" + } + }, + { + "path": "shopStreet/index", + "style": { + "navigationBarTitleText": "店铺街" + } + }, + { + "path": "qualifications/index", + "style": { + "navigationBarTitleText": "店铺资质信息" + } + }, { + "path": "settledApply/settledApply", + "style": { + "navigationBarTitleText": "入驻申请", + "enablePullDownRefresh": true + } + + }, { + "path": "entryProcess/entryProcess", + "style": { + "navigationBarTitleText": "入驻流程", + "enablePullDownRefresh": false + } + + } + ] + }, + { + "root": "pages/admin", + "name": "adminOrder", + "pages": [{ + "path": "order/index", + "style": { + "navigationBarTitleText": "订单首页" + } + }, + { + "path": "orderList/index", + "style": { + "navigationBarTitleText": "订单列表" + } + }, + { + "path": "orderRefund/index", + "style": { + "navigationBarTitleText": "立即退款" + } + }, + { + "path": "business/index", + "style": { + "navigationBarTitleText": "商家管理" + } + }, + { + "path": "orderDetail/index", + "style": { + "navigationBarTitleText": "订单详情" + } + }, + { + "path": "refundDetail/index", + "style": { + "navigationBarTitleText": "退款单详情" + } + }, + { + "path": "delivery/index", + "style": { + "navigationBarTitleText": "订单发货" + } + }, + { + "path": "statistics/index", + "style": { + "navigationBarTitleText": "订单数据统计" + } + }, + { + "path": "order_cancellation/index", + "style": { + "navigationBarTitleText": "订单核销" + } + }, + { + "path": "cancellate_result/index", + "style": { + "navigationBarTitleText": "核销结果" + } + }, + { + "path": "goods_details/index", + "style": { + "navigationBarTitleText": "商品详情" + + } + }, { + "path": "stockOut/index", + "style": { + "navigationBarTitleText": "扫码出库", + "enablePullDownRefresh": false + } + + }, { + "path": "order/monitor", + "style": { + "navigationBarTitleText": "订单监控", + "enablePullDownRefresh": false + } + } + ] + }, + { + "root": "pages/product", + "name": "product", + "pages": [{ + "path": "list/index", + "style": { + "navigationBarTitleText": "商品管理", + "enablePullDownRefresh": true + } + }, + { + "path": "goodsOnSale/index", + "style": { + "onReachBottomDistance": 100, + "navigationBarTitleText": "在售商品", + "enablePullDownRefresh": false + } + }, + { + "path": "soldOutGoods/index", + "style": { + "onReachBottomDistance": 100, + "navigationBarTitleText": "售罄商品", + "enablePullDownRefresh": false + } + }, + { + "path": "recycleBin/index", + "style": { + "onReachBottomDistance": 100, + "navigationBarTitleText": "回收站", + "enablePullDownRefresh": false + } + }, + { + "path": "storeClassification/index", + "style": { + "navigationBarTitleText": "店铺分类" + } + }, + { + "path": "storeClassification/addStoreClass", + "style": { + "navigationBarTitleText": "添加店铺分类" + } + }, + { + "path": "addGoods/index", + "style": { + "navigationBarTitleText": "添加商品" + } + }, + { + "path": "addGoods/secound", + "style": { + "navigationBarTitleText": "添加商品" + } + }, + { + "path": "addGoods/addGoodDetils", + "style": { + "navigationBarTitleText": "商品详情" + } + }, + { + "path": "addGoods/singleSpecification", + "style": { + "navigationBarTitleText": "单规格" + } + }, + { + "path": "addGoods/mulSpecification", + "style": { + "navigationBarTitleText": "多规格" + } + }, + { + "path": "addGoods/specificationProperties", + "style": { + "navigationBarTitleText": "规格属性" + } + }, + { + "path": "addGoods/freightTemplate", + "style": { + "navigationBarTitleText": "运费模板", + "onReachBottomDistance": 100, + "enablePullDownRefresh": false + } + }, + { + "path": "addGoods/addFreightTemplate", + "style": { + "navigationBarTitleText": "新增运费模板" + } + }, + { + "path": "addGoods/modifyPrice", + "style": { + "navigationBarTitleText": "修改价格-多规格" + } + }, + { + "path": "basicSet", + "style": { + "navigationBarTitleText": "商户基本设置", + "enablePullDownRefresh": false + } + } + ] + }, + { + "root": "pages/plantGrass", + "name": "plant_grass", + "pages": [{ + "path": "plant_detail/index", + "style": { + "navigationBarTitleText": "内容详情" + } + }, + { + "path": "plant_release/index", + "style": { + "navigationBarTitleText": "内容发布", + "enablePullDownRefresh": false + } + }, + { + "path": "plant_show/index", + "style": { + "navigationBarTitleText": "种草秀" + } + }, + { + "path": "plant_topic/index", + "style": { + "navigationBarTitleText": "话题筛选" + } + }, + { + "path": "plant_search/index", + "style": { + "navigationBarTitleText": "搜索" + } + }, + { + "path": "plant_search_list/index", + "style": { + "navigationBarTitleText": "搜索结果" + } + }, + { + "path": "plant_featured/index", + "style": { + "navigationBarTitleText": "为你精选" + } + }, + { + "path": "plant_user/index", + "style": { + "navigationBarTitleText": "个人主页" + } + }, + { + "path": "plant_user_attention/index", + "style": { + "navigationBarTitleText": "我的关注" + } + }, + { + "path": "plant_user_fans/index", + "style": { + "navigationBarTitleText": "我的粉丝" + } + } + + ] + }, + { + "root": "pages/columnGoods", + "name": "columnGoods", + "pages": [{ + "path": "HotNewGoods/index", + "style": { + "navigationBarTitleText": "精品推荐" + } + }, + { + "path": "goods_list/index", + "style": { + "navigationBarTitleText": "商品列表" + } + }, + { + "path": "goods_coupon_list/index", + "style": { + "navigationBarTitleText": "优惠券商品" + } + }, + { + "path": "goods_search/index", + "style": { + "navigationBarTitleText": "搜索商品" + + } + }, + { + "path": "goods_search_con/index", + "style": { + "navigationBarTitleText": "搜索商品", + "app-plus": { + "titleNView": false + } + } + } + ] + // "plugins": { + // "live-player-plugin": { + // "version": "1.3.2", + // "provider": "wx2b03c6e691cd7370" + // } + // } + }, + { + "root": "pages/chat", + "name": "chat", + "pages": [{ + "path": "customer_list/index", + "style": { + "navigationBarTitleText": "消息中心" + } + }, + { + "path": "customer_list/chat", + "style": { + "navigationBarTitleText": "客服聊天" + } + }, + { + "path": "customer_login/index", + "style": { + "navigationBarTitleText": "客服登录" + } + }, + { + "path": "customer_info/index", + "style": { + "navigationBarTitleText": "客户信息" + } + } + ] + }, + { + "root": "pages/activity", + "name": "activity", + "pages": [{ + "path": "goods_seckill/index", + "style": { + "navigationBarTitleText": "限时秒杀", + "navigationBarBackgroundColor": "#F2F2F2" + } + }, + { + "path": "goods_seckill_details/index", + "style": { + "navigationBarTitleText": "秒杀详情", + "navigationStyle": "custom" + // #ifdef MP || APP-PLUS + , + "navigationBarTextStyle": "#fff" + // #endif + } + }, + { + "path": "liveBroadcast/index", + "style": { + "navigationBarTitleText": "直播列表", + "navigationBarBackgroundColor": "#F2F2F2" + } + }, + { + "path": "presell/index", + "style": { + "navigationBarTitleText": "预售列表" + // #ifdef MP || APP-PLUS + , + "navigationBarBackgroundColor": "#F2F2F2" + // #endif + } + }, + { + "path": "presell_details/index", + "style": { + "navigationStyle": "custom" + // #ifdef MP || APP-PLUS + , + "navigationBarTextStyle": "#fff" + // #endif + } + }, + { + "path": "combination/index", + "style": { + "navigationBarTitleText": "拼团" + // #ifdef MP || APP-PLUS + , + "navigationBarBackgroundColor": "#F2F2F2" + // #endif + } + }, + { + "path": "combination_details/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "拼团详情", + "navigationBarBackgroundColor": "#F2F2F2" + } + }, + { + "path": "combination_status/index", + "style": { + "navigationBarTitleText": "拼团状态" + } + }, + { + "path": "assist/index", + "style": { + "navigationBarTitleText": "助力列表", + "navigationBarBackgroundColor": "#F2F2F2" + } + }, + { + "path": "assist_detail/index", + "style": { + "navigationBarTitleText": "发起助力" + } + }, + { + "path": "assist_record/index", + "style": { + "navigationBarTitleText": "助力记录" + } + }, + { + "path": "topic/index", + "style": { + "navigationBarTitleText": "活动专场" + } + }, + { + "path": "topic_detail/index", + "style": { + "navigationBarTitleText": "主题活动" + } + }, + { + "path": "lifeService/index", + "style": { + "navigationBarTitleText": "本地服务" + } + }, + { + "path": "collect_coupons/index", + "style": { + "navigationBarTitleText": "领劵中心" + } + }, + { + "path": "rank/index", + "style": { + "navigationBarTitleText": "热卖排行" + } + } + ] + }, + { + "root": "pages/short_video", + "name": "shortVideo", + "pages": [{ + "navigationBarTitleText": "短视频", + "enablePullDownRefresh": false, + //#ifdef APP + "path": "appSwiper/index", + //#endif + //#ifndef APP + "path": "nvueSwiper/index", + //#endif + "style": { + "navigationBarTitleText": "社区视频", + "navigationStyle": "custom", + "app-plus": { + "titleNView": false, + + "bounce": "none" + } + } + + }] + }, + { + "root": "pages/annex", + "name": "annx", + "pages": [{ + "path": "web_view/index", + "style": { + "navigationBarTitleText": "", + "app-plus": { + // #ifdef APP-PLUS + "titleNView": { + "type": "default" + } + // #endif + } + } + }, { + "path": "vip_paid/index", + "style": { + "navigationBarTitleText": "开通会员", + "app-plus": { + // #ifdef APP-PLUS + "titleNView": { + "type": "default" + } + // #endif + } + } + }, { + "path": "vip_center/index", + "style": { + "navigationBarTitleText": "会员中心", + "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": "vip_clause/index", + "style": { + "navigationBarTitleText": "会员协议", + "app-plus": { + // #ifdef APP-PLUS + "titleNView": { + "type": "default" + } + // #endif + } + } + } + + ] + } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "加载中...", + "navigationBarBackgroundColor": "#fff", + "backgroundColor": "#F8F8F8" + //#ifndef H5 + , + "titleNView": true + //#endif + //#ifdef H5 + , + "titleNView": false + //#endif + }, + "tabBar": { + "color": "#282828", + "selectedColor": "#E93323", + "borderStyle": "white", + "backgroundColor": "#ffffff", + "list": [{ + "pagePath": "pages/index/index", + "iconPath": "static/tabbar_icon/a.png", + "selectedIconPath": "static/tabbar_icon/a-a.png", + "text": "泸州" + }, + { + "pagePath": "pages/gather/gather", + "iconPath": "static/tabbar_icon/b.png", + "selectedIconPath": "static/tabbar_icon/b-a.png", + "text": "工作台" + }, + { + "pagePath": "pages/plant_release/index", + "iconPath": "static/tabbar_icon/d.png", + "selectedIconPath": "static/tabbar_icon/d-a.png", + "text": "发布" + }, + { + "pagePath": "pages/supply_chains/supply_chains", + "iconPath": "static/tabbar_icon/c.png", + "selectedIconPath": "static/tabbar_icon/c-a.png", + "text": "供应" + }, + { + "pagePath": "pages/user/index", + "iconPath": "static/tabbar_icon/e.png", + "selectedIconPath": "static/tabbar_icon/e-a.png", + "text": "我的" + } + ] + }, + "condition": { //模式配置,仅开发期间生效 + "current": 0, //当前激活的模式(list 的索引项) + "list": [{ + "name": "", //模式名称 + "path": "", //启动页面,必选 + "query": "" //启动参数,在页面的onLoad函数里面得到 + }] + }, + "sitemapLocation": "sitemap.json" } \ No newline at end of file diff --git a/pages/admin/order/index.vue b/pages/admin/order/index.vue index 3e8e09f..c71d6bc 100644 --- a/pages/admin/order/index.vue +++ b/pages/admin/order/index.vue @@ -1,563 +1,578 @@ \ No newline at end of file diff --git a/pages/admin/orderList/index.vue b/pages/admin/orderList/index.vue index 7175214..6a507df 100644 --- a/pages/admin/orderList/index.vue +++ b/pages/admin/orderList/index.vue @@ -1,938 +1,962 @@ \ No newline at end of file diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 3f4c272..f3a830a 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -5,214 +5,223 @@ icon="http://cdn.uviewui.com/uview/empty/permission.png"> - - 市级供应链 - - - - 在售管理 - - - - 财务管理 - - - - - 入库管理 - - - - 商户设置 - - - - - 商品管理 - - - - - 提现管理 - - - - - 视频教学 - - - + - - - - 我的店铺 - - - - - 供货采购 - - - - 进货管理 - - - - - 扫码出库 - - - - - 入库管理 - - - - - 提现管理 - + + + 我的店铺 + + + + + 供货采购 + + + + 进货管理 + + + + + 扫码出库 + + + + + 入库管理 + + + + + 提现管理 + - - - - 客服记录 - - - - - 订单核销 - - - - - 订单管理 - - - - - 商品管理 - - - - - 商户设置 - - - - - 交易大厅 - - - - - 委托销售 - - - - - 发布管理 - - - + + - - - + + - - - 里海云仓 - - - - 供货采购 - - - - 进货管理 - - - - - 扫码出库 - - - - - 入库管理 - - - - - 提现管理 - + + + 里海云仓 + + + + 供货采购 + + + + 进货管理 + + + + + 扫码出库 + + + + + 入库管理 + + + + + 提现管理 + - - - - 客服记录 - - - - - 订单核销 - - - - - 订单管理 - - - - - 商品管理 - - - - - 商户设置 - - + - + + + - - + \ No newline at end of file diff --git a/pages/order_details/stay.vue b/pages/order_details/stay.vue index c940279..aef966d 100644 --- a/pages/order_details/stay.vue +++ b/pages/order_details/stay.vue @@ -1,1247 +1,1283 @@ \ No newline at end of file diff --git a/pages/product/addGoods/secound.vue b/pages/product/addGoods/secound.vue index ac6b1ef..86c54c6 100644 --- a/pages/product/addGoods/secound.vue +++ b/pages/product/addGoods/secound.vue @@ -320,6 +320,8 @@ uni.chooseVideo({ sourceType: ['camera', 'album'], success: res => { + console.log(res) + if (Math.ceil(res.size / 1024) < this.upload_max * 1024) { uni.uploadFile({ url: this.uploadUrl, //仅为示例,非真实的接口地址 @@ -351,9 +353,11 @@ } }, fail: err => { - uni.showModal({ - content: JSON.stringify(err) - }); + // 取消上传也会出现弹框 + // uni.showModal({ + // content: JSON.stringify(err) + // }); + console.log(err) } }); }, diff --git a/pages/short_video/nvueSwiper/index.nvue b/pages/short_video/nvueSwiper/index.nvue index 5e41a66..3389670 100644 --- a/pages/short_video/nvueSwiper/index.nvue +++ b/pages/short_video/nvueSwiper/index.nvue @@ -13,9 +13,9 @@ --> - - - + + + @@ -34,7 +34,18 @@ :vertical="true" @animationfinish="animationfinish" @change="change" :current="k" :indicator-dots="false"> + + + + + + + - @@ -1295,7 +1311,7 @@ .shortVideo, .container { background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0%, #000000 100%); - + } .item { @@ -1868,4 +1884,8 @@ color: #999; } } + + .videoa { + background-color: red; + } \ No newline at end of file diff --git a/pages/users/embody/embody.vue b/pages/users/embody/embody.vue index 035d3b9..79b5ffb 100644 --- a/pages/users/embody/embody.vue +++ b/pages/users/embody/embody.vue @@ -51,7 +51,7 @@ 当前可提现金额: ¥{{userInfo.brokerage_price}},冻结佣金:¥{{userInfo.lock_brokerage}} + class="price">¥{{extract_money}},冻结佣金:¥{{userInfo.lock_brokerage}} 说明: 每笔佣金的冻结期为{{userInfo.broken_day}}天,到期后可提现 @@ -92,7 +92,7 @@ 当前可提现金额: ¥{{userInfo.brokerage_price}},冻结佣金:¥{{userInfo.lock_brokerage}} + class="price">¥{{extract_money}},冻结佣金:¥{{userInfo.lock_brokerage}} 说明: 每笔佣金的冻结期为{{userInfo.broken_day}}天,到期后可提现 @@ -100,7 +100,7 @@ - 当前可提现金额: ¥{{userInfo.brokerage_price}} + 当前可提现金额: ¥{{extract_money}} 当前可提现金额: ¥{{userInfo.brokerage_price}},冻结佣金:¥{{userInfo.lock_brokerage}} + class="price">¥{{extract_money}},冻结佣金:¥{{userInfo.lock_brokerage}} 说明: 每笔佣金的冻结期为{{userInfo.broken_day}}天,到期后可提现 @@ -166,7 +166,8 @@ getAdminApplyAPI, getLisApplyAPI, getAccountApplyAPI, - postAccountApplyAPI + postAccountApplyAPI, + } from '@/api/user.js' import { extractCash, @@ -192,6 +193,7 @@ }, data() { return { + extract_money:"", mode: { bank_address: "", bank_code: "", @@ -276,6 +278,8 @@ this.mode.bank_code = res.data.financial_bank_code this.mode.bank_name = res.data.financial_bank_bank this.mode.bank_address = res.data.financial_bank_branch + this.extract_money=res.data.extract_money + console.log(this.extract_money) } catch (err) { //TODO handle the exception Toast(err) diff --git a/pages/users/online_warehousing/index.vue b/pages/users/online_warehousing/index.vue index d63d16f..968e232 100644 --- a/pages/users/online_warehousing/index.vue +++ b/pages/users/online_warehousing/index.vue @@ -56,14 +56,14 @@ + @click="importshop(item.order_id,item.orderProduct[indexs].product_id,item.orderProduct[indexs].product_sku)"> 立即导入 - + s 共{{item.orderProduct.length}}件商品,总金额 ¥{{item.pay_price}} @@ -162,6 +162,7 @@ this.data.order_id = order_id this.data.order_product_id = product_id this.data.order_unique = unique + console.log(this.data) this.show = true postImport(this.mer_id, this.data).then(res => { console.log(res); diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index a667459..b4cf658 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -1,2535 +1,2570 @@ \ No newline at end of file diff --git a/pages/users/order_list/index.vue b/pages/users/order_list/index.vue index df7c5e1..90b4c85 100644 --- a/pages/users/order_list/index.vue +++ b/pages/users/order_list/index.vue @@ -1,142 +1,151 @@ \ No newline at end of file diff --git a/pages/users/order_list/indexCopy.vue b/pages/users/order_list/indexCopy.vue new file mode 100644 index 0000000..1ec640d --- /dev/null +++ b/pages/users/order_list/indexCopy.vue @@ -0,0 +1,1298 @@ + + + + + \ No newline at end of file diff --git a/pages/users/order_list/search.vue b/pages/users/order_list/search.vue index cf45c20..736ea0c 100644 --- a/pages/users/order_list/search.vue +++ b/pages/users/order_list/search.vue @@ -110,7 +110,8 @@ {{item.merchant.mer_name}} - 待发货 + 待发货 + 待付款 待收货 待评价 已完成 diff --git a/pages/users/payment/payment.vue b/pages/users/payment/payment.vue index 2c05bd5..ca3618d 100644 --- a/pages/users/payment/payment.vue +++ b/pages/users/payment/payment.vue @@ -1,438 +1,491 @@ \ No newline at end of file diff --git a/static/images/beijin.png b/static/images/beijin.png new file mode 100644 index 0000000000000000000000000000000000000000..5cae1e7108986bdba92bb65afb2f67f74138115a GIT binary patch literal 16546 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 NqP&`1sjNxZ{{RY*#?k-) literal 0 HcmV?d00001 diff --git a/static/images/ddjk.png b/static/images/ddjk.png new file mode 100644 index 0000000000000000000000000000000000000000..7529c03c226679b852611d8cc05e918690c59354 GIT binary patch literal 1057 zcmV++1m63JP)Px&+et)0R9Hvtm|bXFWgNzz|M^HxYTH%!g&_H;6`YJs7z%UJHLcDIHywjrc;(!{ z3BwA0OzZrZL!m0@7#NuhWdn=YJFAYZ*p#Ad7Y+p(f)snQs-+C=+N?`*lDvKal#Y$a1)mj%tWM_(so{|$k3O@&Wc-`I!! z0#yJrfYiCxRsCqHJytT6@CTF}fk=YDi&gi!ub@gjJq9^)tA=BMZ2w;-O0YjPU~h8a zGOdxA81fS!H&qPlOQNK$6}c@il=@*7EEkU)plGjD+^ar-IwamaJ9SIq!RUjewYqEu@RO8lrKzqxMUx8Jkv;Vq!PJ73VBsMm)l96kCnDX&&^HrEuC z$O7DICG8WL4b5Q*vL8T%R69e-R8P7!vdYx8FCb_sn`$jV75PqRquqr*=-I~TQ4x7; z=1+$Fb<)hNS$T3iS_xPrjp#~@P;FUlP!Mzme1l8Uu4}6}r2JF?PgfF&5?>04jOiGI; ze8yaAADjLww#-oMfk^vhYlz`|Q9aTyl=}HCAx9XaF0;+vgg5sB;UWm^VZyFs( zFO>5@^J-O8&!;)PXT{+8i@A8Tiy{X~yf6il?^-kxFmvuWSF-X&{UHT82&%4XK}#zV ziC}&11?l_a((D6HJhoN=ry;P)_F%aOJbam^LA(*P^h0udIG4Wf_7!GO^+4eE?Ddz2 zpf1d$kdFs8+I^X!Xr~5o=hxu%Q_jqzo=;CxqWB~=yavc!ohty&me0C z>M7wrVpQA_8nlnjm7X_!XWC-BG!2IcxYN1crIg}^xc@Z|mBra(Z|yagOb zyVUgUxrwXoV0AY{-+SR-!$nZ9!(UAFh9t_vjqd^4JzkpwsuyEZ3E7WAIqizJo*yka zLCDNU1usj8gTRHovKu8o-u~CCQqT_xS??vJt0lru(K7kI#63#XYrt#Kt0>WH5%zk` bf&u*-$SvMFPKyIs00000NkvXXu0mjfE$8rs literal 0 HcmV?d00001 diff --git a/static/images/sjtj.png b/static/images/sjtj.png new file mode 100644 index 0000000000000000000000000000000000000000..6454bcaafce4dd53049c114f9c7697c63909207e GIT binary patch literal 1221 zcmV;$1UmbPP)Px(e@R3^R9Hvtm|JLEMHt8b-<({w-DG#0HYQCX^q~(%d=M%WYpt<(X`v5!&_MC2 zD2Yk2_++bMS+G`W)Iuq=o7f8ojWsPOD2hmkNlg_@eelH_%|%U=MBUA8O>)lsWjCg# z*__=oyIV@3^E%(;}m-^K2!AF z+OL0}$aVoY1azjZx<;v@j{)2TU=F}EfHBc{&vx`_fA7$!DR54p3`1dKSqb8^tAOG{ z%sbO)iACde)zwOhK7rt#yvOTbyR4owHf>;AUEhZuLQH6>9@s8?> zjGzlj4qLDr3%h>#EH9vmEuO0?sV$`SCPa3)1vLa+3^PM5k00s2+7|}2TWn8?@?>BK zMGiycUckNf68fm3XGNDX{ou?wPx&tm_h${tNT{BIHUQ zQyuqp4Ls)w)QJR-h{y{jkog1Um9eKYhI4;l#`pvWNrmT{8*ZYF7h%{o|^+~n!zOUcvUZ!hnvQUW<`frBC{44OYv1Z;(e={+?1RMZJ@$85Ue%Ln1%hkX!{X)cB;o1G~vL7!vA^}iH%%HoKd6EXC&k2b73cdt=ZL754_~}qGhKvM+Y-mr+tbb65I|YX9?6~3S>M_{;7$*R$1(VH01cM z=lignze;y0QRg92Yz&jeLBM8&VyE41qUElhnuhsE@Ua5m1VuJ1{cy+voFIPJTJJAt zo_N>9-xFx^kEtSXpSILKA)m-fUBZUoBO#7qG}! zzjM;4lW0(`XgY^1M|~kJvA<1}T(mU;y#}06xGJzoQ=SyTHb5!>6a!R%B)(Px%1W80eR9HvtnZIijVHn51-^=}oT?}-orL+nKLANf&L9}akx0Z@vRd7;6#ijil zx)gM0a^-GoAIMJH<)5vK@^gCMOj3A9ae-1|s|LYq5tui?cIc@J*7=bq=o=Y8Ji z?h>L$4)zEqEU4*~iW!xq+;zCP7AfqycginJ7wj}&9Q0XkUIYsOww&4WM5l>O-)BL) zW>jum^6Ta52$ka{LHI@gD+`6XX~5%r+Dl)XxNs4~I)LFMn1In`ZhZSR!hhgqZAsx$+Q8V!Y6finqV!b2hY6l@k(HMwG8MnP*4uQ-mgC_rCpB|^On z-V~=T=&=Evf&bqa_4|uA@pEXP4rW_hAP9ph-WB!tW(m zsnU2dxbyw6>!7}3zDBH(9FK1{S^ni7-5*&0abQ842Ac1qX`9I!J^2-CVmw)+J!$md z>d3i_$2o%iN#i3z_}CM7R1q^u5G2gW_eTmVS;_-|qpjC7g16oocbTt~zht!sey1-J zrtY(#rc9>(071w$z**A;)AKnYDy3cKaq3apX6dC4a6dh<*$4uAP;#4hD<4m0j)Oiu z`v_p(YGm6Mf8l( Y-+W0RNsF`s`2YX_07*qoM6N<$f=VO|%m4rY literal 0 HcmV?d00001