diff --git a/App.vue b/App.vue index 603e4e52..38402a7d 100644 --- a/App.vue +++ b/App.vue @@ -1,222 +1,231 @@ \ No newline at end of file diff --git a/components/user-base/user-base.vue b/components/user-base/user-base.vue index 7c59443b..c11177be 100644 --- a/components/user-base/user-base.vue +++ b/components/user-base/user-base.vue @@ -116,10 +116,15 @@ .interval_time)) { status = false; } - this.setData({ - popup_status: status, - user: user - }); + + // 1秒后再提示用户填写信息 + var self = this; + setTimeout(function() { + self.setData({ + popup_status: status, + user: user + }); + }, 1000); } }, diff --git a/manifest.json b/manifest.json index 0371c3da..26960209 100644 --- a/manifest.json +++ b/manifest.json @@ -62,6 +62,7 @@ "desc" : "你的位置将用于小程序中相应业务位置服务使用" } }, + "__usePrivacyCheck__": true, "plugins" : { // 直播(需要开通权限 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/live-player-plugin.html) // "live-player-plugin" : { diff --git a/pages.json b/pages.json index 5f35e077..e3d9b7b4 100644 --- a/pages.json +++ b/pages.json @@ -1,1022 +1,1060 @@ -{ - "pages": [{ - "path": "pages/index/index", - "style": { - // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP - "navigationStyle": "custom", - // #endif - // #ifndef MP-ALIPAY - "navigationBarTitleText": "ShopXO", - // #endif - // #ifdef MP-ALIPAY - "transparentTitle": "always", - "titlePenetrate": "YES", - "navigationBarTitleText": "", - // #endif - "enablePullDownRefresh": true, - "navigationBarTextStyle": "white" - } - }, - { - "path": "pages/goods-category/goods-category", - "style": { - // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP - "navigationStyle": "custom", - // #endif - // #ifndef MP-ALIPAY - "navigationBarTitleText": "商品分类", - // #endif - // #ifdef MP-ALIPAY - "transparentTitle": "always", - "titlePenetrate": "YES", - "navigationBarTitleText": "", - // #endif - "enablePullDownRefresh": true - } - }, - { - "path": "pages/cart/cart", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "购物车" - } - }, - { - "path": "pages/user/user", - "style": { - // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP - "navigationStyle": "custom", - // #endif - // #ifndef MP-ALIPAY - "navigationBarTitleText": "用户中心", - // #endif - // #ifdef MP-ALIPAY - "transparentTitle": "always", - "titlePenetrate": "YES", - "navigationBarTitleText": "", - // #endif - "enablePullDownRefresh": true - } - }, - { - "path": "pages/cart-page/cart-page", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "购物车" - } - }, - { - "path": "pages/buy/buy", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "订单确认" - } - }, - { - "path": "pages/web-view/web-view", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/login/login", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "登录" - } - }, - { - "path": "pages/paytips/paytips", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "安全支付" - } - }, - { - "path": "pages/goods-search/goods-search", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "商品搜索" - } - }, - { - "path": "pages/goods-detail/goods-detail", - "style": { - // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU - "navigationStyle": "custom", - // #endif - "enablePullDownRefresh": true, - "navigationBarTitleText": "商品详情" - } - }, - { - "path": "pages/goods-comment/goods-comment", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "商品评价" - } - }, - { - "path": "pages/user-address/user-address", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的地址" - } - }, - { - "path": "pages/user-address-save/user-address-save", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "地址编辑" - } - }, - { - "path": "pages/user-order/user-order", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的订单" - } - }, - { - "path": "pages/user-order-detail/user-order-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "订单详情" - } - }, - { - "path": "pages/user-order-comments/user-order-comments", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "订单评价" - } - }, - { - "path": "pages/user-favor/user-favor", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "商品收藏" - } - }, - { - "path": "pages/user-answer-list/user-answer-list", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的留言" - } - }, - { - "path": "pages/answer-list/answer-list", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "问答广场" - } - }, - { - "path": "pages/answer-form/answer-form", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "留言" - } - }, - { - "path": "pages/message/message", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "消息" - } - }, - { - "path": "pages/user-integral/user-integral", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "积分明细" - } - }, - { - "path": "pages/user-goods-browse/user-goods-browse", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的足迹" - } - }, - { - "path": "pages/user-orderaftersale/user-orderaftersale", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "退款/售后" - } - }, - { - "path": "pages/user-orderaftersale-detail/user-orderaftersale-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "订单售后" - - } - }, - { - "path": "pages/extraction-address/extraction-address", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "自提地址" - } - }, - { - "path": "pages/common/open-setting-location/open-setting-location", - "style": { - // #ifndef MP-TOUTIAO - "navigationStyle": "custom", - // #endif - "enablePullDownRefresh": false - } - }, - { - "path": "pages/design/design", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "页面设计" - } - }, - { - "path": "pages/error/error", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "温馨提示" - } - }, - { - "path": "pages/article-category/article-category", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "所有文章" - } - }, - { - "path": "pages/article-detail/article-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "文章详情" - } - }, - { - "path": "pages/setup/setup", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "设置" - } - }, - { - "path": "pages/personal/personal", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "个人资料" - } - }, - { - "path": "pages/logout/logout", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "账号注销" - } - } - ], - "subPackages": [{ - "root": "pages/plugins/seckill", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "限时秒杀" - } - }] - }, - { - "root": "pages/plugins/coupon", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "领券中心" - } - }, - { - "path": "shop/shop", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "店铺领券中心" - } - }, - { - "path": "user/user", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的卡券" - } - } - ] - }, - { - "root": "pages/plugins/membershiplevelvip", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "会员VIP" - } - }, - { - "path": "buy/buy", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "开通会员" - } - }, - { - "path": "user/user", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的会员" - } - }, - { - "path": "order/order", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "开通订单" - } - }, - { - "path": "order-detail/order-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "订单详情" - } - }, - { - "path": "profit/profit", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "收益明细" - } - }, - { - "path": "profit-detail/profit-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "收益详情" - } - }, - { - "path": "statistics/statistics", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "数据统计" - } - }, - { - "path": "poster/poster", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "推广返利" - } - }, - { - "path": "team/team", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的团队" - } - }, - { - "path": "member-code/member-code", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "会员码" - } - } - ] - }, - { - "root": "pages/plugins/distribution", - "pages": [{ - "path": "user/user", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的分销" - } - }, - { - "path": "order/order", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "分销订单" - } - }, - { - "path": "order-detail/order-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "订单详情" - } - }, - { - "path": "profit/profit", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "收益明细" - } - }, - { - "path": "profit-detail/profit-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "收益详情" - } - }, - { - "path": "team/team", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的团队" - } - }, - { - "path": "map/map", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "客户分布" - } - }, - { - "path": "recommend-list/recommend-list", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的推荐宝" - } - }, - { - "path": "recommend-detail/recommend-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "推荐宝详情" - } - }, - { - "path": "recommend-form/recommend-form", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "推荐宝添加/编辑" - } - }, - { - "path": "poster/poster", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "推广返利" - } - }, - { - "path": "extraction/extraction", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "取货点" - } - }, - { - "path": "extraction-apply/extraction-apply", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "取货点信息" - } - }, - { - "path": "extraction-order/extraction-order", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "取货订单" - } - }, - { - "path": "extraction-switch/extraction-switch", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "取货点切换" - } - }, - { - "path": "introduce/introduce", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "等级介绍" - } - } - ] - }, - { - "root": "pages/plugins/wallet", - "pages": [{ - "path": "user/user", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的钱包" - } - }, - { - "path": "recharge/recharge", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "充值" - } - }, - { - "path": "cash-auth/cash-auth", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "余额提现" - } - }, - { - "path": "cash-create/cash-create", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "余额提现" - } - }, - { - "path": "wallet-log/wallet-log", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "账户明细" - } - }, - { - "path": "wallet-log-detail/wallet-log-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "明细详情" - } - }, - { - "path": "user-recharge/user-recharge", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "充值记录" - } - }, - { - "path": "user-recharge-detail/user-recharge-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "充值详情" - } - }, - { - "path": "user-cash/user-cash", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "提现记录" - } - }, - { - "path": "user-cash-detail/user-cash-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "提现详情" - } - }, - { - "path": "payment-code/payment-code", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "钱包付款码" - } - } - ] - }, - { - "root": "pages/plugins/excellentbuyreturntocash", - "pages": [{ - "path": "profit/profit", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "优购返现明细" - } - }, - { - "path": "profit-detail/profit-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "优购返现详情" - } - } - ] - }, - { - "root": "pages/plugins/weixinliveplayer", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "直播" - } - }, - { - "path": "search/search", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "直播列表" - } - }, - { - "path": "detail/detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "直播详情" - } - } - ] - }, - { - "root": "pages/plugins/exchangerate", - "pages": [{ - "path": "currency/currency", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "货币切换" - } - }] - }, - { - "root": "pages/plugins/invoice", - "pages": [{ - "path": "user/user", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的发票" - } - }, - { - "path": "invoice/invoice", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "开票列表" - } - }, - { - "path": "invoice-detail/invoice-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "发票详情" - } - }, - { - "path": "invoice-saveinfo/invoice-saveinfo", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "开票编辑" - } - }, - { - "path": "order/order", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "订单开票" - } - } - ] - }, - { - "root": "pages/plugins/signin", - "pages": [{ - "path": "user/user", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "签到" - } - }, - { - "path": "index-detail/index-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "签到" - } - }, - { - "path": "user-signin/user-signin", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "我的签到" - } - }, - { - "path": "user-qrcode/user-qrcode", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "签到码管理" - } - }, - { - "path": "user-qrcode-detail/user-qrcode-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "签到码详情" - } - }, - { - "path": "user-qrcode-saveinfo/user-qrcode-saveinfo", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "签到码编辑" - } - }, - { - "path": "user-coming-list/user-coming-list", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "用户签到" - } - } - ] - }, - { - "root": "pages/plugins/points", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "积分商城" - } - }] - }, - { - "root": "pages/plugins/brand", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "品牌" - } - }] - }, - { - "root": "pages/plugins/shop", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "所有店铺" - } - }, - { - "path": "detail/detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "店铺首页" - } - }, - { - "path": "search/search", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "店铺商品搜索" - } - }, - { - "path": "design/design", - "style": { - "enablePullDownRefresh": true - } - }, - { - "path": "favor/favor", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "店铺收藏" - } - }, - { - "path": "license/license", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "工商资质" - } - } - ] - }, - { - "root": "pages/plugins/activity", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "所有活动" - } - }, - { - "path": "detail/detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "活动详情" - } - } - ] - }, - { - "root": "pages/plugins/label", - "pages": [{ - "path": "detail/detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "标签详情" - } - }] - }, - { - "root": "pages/plugins/blog", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "博客" - } - }, - { - "path": "search/search", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "博文搜索" - } - }, - { - "path": "detail/detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "博文详情" - } - }, - { - "path": "comments/comments", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "评论列表" - } - } - ] - }, - { - "root": "pages/plugins/express", - "pages": [{ - "path": "detail/detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "物流详情" - } - }] - }, - { - "root": "pages/plugins/realstore", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "门店" - } - }, - { - "path": "search/search", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "门店搜索" - } - }, - { - "path": "detail/detail", - "style": { - // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU - "navigationStyle": "custom", - // #endif - "enablePullDownRefresh": true, - "navigationBarTitleText": "门店详情" - } - }, - { - "path": "favor/favor", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "门店收藏" - } - }, - { - "path": "orderallot-list/orderallot-list", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "子订单列表" - } - }, - { - "path": "orderallot-detail/orderallot-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "子订单详情" - } - }, - { - "path": "batchorder-list/batchorder-list", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "批次订单" - } - }, - { - "path": "frequencycard-list/frequencycard-list", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "次卡" - } - }, - { - "path": "frequencycard-used/frequencycard-used", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "次卡使用记录" - } - } - ] - }, - { - "root": "pages/plugins/binding", - "pages": [{ - "path": "index/index", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "组合搭配" - } - }, - { - "path": "detail/detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "组合搭配详情" - } - } - ] - }, - { - "root": "pages/plugins/delivery", - "pages": [{ - "path": "order/order", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "配送订单" - } - }, - { - "path": "order-detail/order-detail", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "订单详情" - } - } - ] - } - ], - "globalStyle": { - "navigationBarTitleText": "ShopXO", - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#fff", - "backgroundColor": "#f5f5f5", - "backgroundColorBottom": "#f5f5f5" - }, - "tabBar": { - "color": "#8a8a8a", - "selectedColor": "#f6c133", - "backgroundColor": "#fff", - "list": [{ - "pagePath": "pages/index/index", - "iconPath": "static/images/common/tabbar/home.png", - "selectedIconPath": "static/images/yellow/tabbar/home.png", - "text": "首页" - }, - { - "pagePath": "pages/goods-category/goods-category", - "iconPath": "static/images/common/tabbar/category.png", - "selectedIconPath": "static/images/yellow/tabbar/category.png", - "text": "分类" - }, - { - "pagePath": "pages/cart/cart", - "iconPath": "static/images/common/tabbar/cart.png", - "selectedIconPath": "static/images/yellow/tabbar/cart.png", - "text": "购物车" - }, - { - "pagePath": "pages/user/user", - "iconPath": "static/images/common/tabbar/user.png", - "selectedIconPath": "static/images/yellow/tabbar/user.png", - "text": "我的" - } - ] - } +{ + "pages": [ + { + "path": "pages/index/index", + "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP + "navigationStyle": "custom", + // #endif + // #ifndef MP-ALIPAY + "navigationBarTitleText": "ShopXO", + // #endif + // #ifdef MP-ALIPAY + "transparentTitle": "always", + "titlePenetrate": "YES", + "navigationBarTitleText": "", + // #endif + "enablePullDownRefresh": true, + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/goods-category/goods-category", + "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP + "navigationStyle": "custom", + // #endif + // #ifndef MP-ALIPAY + "navigationBarTitleText": "商品分类", + // #endif + // #ifdef MP-ALIPAY + "transparentTitle": "always", + "titlePenetrate": "YES", + "navigationBarTitleText": "", + // #endif + "enablePullDownRefresh": true + } + }, + { + "path": "pages/cart/cart", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "购物车" + } + }, + { + "path": "pages/user/user", + "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP + "navigationStyle": "custom", + // #endif + // #ifndef MP-ALIPAY + "navigationBarTitleText": "用户中心", + // #endif + // #ifdef MP-ALIPAY + "transparentTitle": "always", + "titlePenetrate": "YES", + "navigationBarTitleText": "", + // #endif + "enablePullDownRefresh": true + } + }, + { + "path": "pages/cart-page/cart-page", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "购物车" + } + }, + { + "path": "pages/buy/buy", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "订单确认" + } + }, + { + "path": "pages/web-view/web-view", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/login/login", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "登录" + } + }, + { + "path": "pages/paytips/paytips", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "安全支付" + } + }, + { + "path": "pages/goods-search/goods-search", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "商品搜索" + } + }, + { + "path": "pages/goods-detail/goods-detail", + "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU + "navigationStyle": "custom", + // #endif + "enablePullDownRefresh": true, + "navigationBarTitleText": "商品详情" + } + }, + { + "path": "pages/goods-comment/goods-comment", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "商品评价" + } + }, + { + "path": "pages/user-address/user-address", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的地址" + } + }, + { + "path": "pages/user-address-save/user-address-save", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "地址编辑" + } + }, + { + "path": "pages/user-order/user-order", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的订单" + } + }, + { + "path": "pages/user-order-detail/user-order-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "订单详情" + } + }, + { + "path": "pages/user-order-comments/user-order-comments", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "订单评价" + } + }, + { + "path": "pages/user-favor/user-favor", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "商品收藏" + } + }, + { + "path": "pages/user-answer-list/user-answer-list", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的留言" + } + }, + { + "path": "pages/answer-list/answer-list", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "问答广场" + } + }, + { + "path": "pages/answer-form/answer-form", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "留言" + } + }, + { + "path": "pages/message/message", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "消息" + } + }, + { + "path": "pages/user-integral/user-integral", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "积分明细" + } + }, + { + "path": "pages/user-goods-browse/user-goods-browse", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的足迹" + } + }, + { + "path": "pages/user-orderaftersale/user-orderaftersale", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "退款/售后" + } + }, + { + "path": "pages/user-orderaftersale-detail/user-orderaftersale-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "订单售后" + + } + }, + { + "path": "pages/extraction-address/extraction-address", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "自提地址" + } + }, + { + "path": "pages/common/open-setting-location/open-setting-location", + "style": { + // #ifndef MP-TOUTIAO + "navigationStyle": "custom", + // #endif + "enablePullDownRefresh": false + } + }, + { + "path": "pages/common/agreement/agreement", + "style": { + // #ifndef MP-TOUTIAO + "navigationStyle": "custom", + // #endif + "enablePullDownRefresh": false + } + }, + { + "path": "pages/design/design", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "页面设计" + } + }, + { + "path": "pages/error/error", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "温馨提示" + } + }, + { + "path": "pages/article-category/article-category", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "所有文章" + } + }, + { + "path": "pages/article-detail/article-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "文章详情" + } + }, + { + "path": "pages/setup/setup", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "设置" + } + }, + { + "path": "pages/personal/personal", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "个人资料" + } + }, + { + "path": "pages/logout/logout", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "账号注销" + } + } + ], + "subPackages": [ + { + "root": "pages/plugins/seckill", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "限时秒杀" + } + } + ] + }, + { + "root": "pages/plugins/coupon", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "领券中心" + } + }, + { + "path": "shop/shop", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "店铺领券中心" + } + }, + { + "path": "user/user", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的卡券" + } + } + ] + }, + { + "root": "pages/plugins/membershiplevelvip", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "会员VIP" + } + }, + { + "path": "buy/buy", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "开通会员" + } + }, + { + "path": "user/user", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的会员" + } + }, + { + "path": "order/order", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "开通订单" + } + }, + { + "path": "order-detail/order-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "订单详情" + } + }, + { + "path": "profit/profit", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "收益明细" + } + }, + { + "path": "profit-detail/profit-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "收益详情" + } + }, + { + "path": "statistics/statistics", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "数据统计" + } + }, + { + "path": "poster/poster", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "推广返利" + } + }, + { + "path": "team/team", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的团队" + } + }, + { + "path": "member-code/member-code", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "会员码" + } + } + ] + }, + { + "root": "pages/plugins/distribution", + "pages": [ + { + "path": "user/user", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的分销" + } + }, + { + "path": "order/order", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "分销订单" + } + }, + { + "path": "order-detail/order-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "订单详情" + } + }, + { + "path": "profit/profit", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "收益明细" + } + }, + { + "path": "profit-detail/profit-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "收益详情" + } + }, + { + "path": "team/team", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的团队" + } + }, + { + "path": "map/map", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "客户分布" + } + }, + { + "path": "recommend-list/recommend-list", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的推荐宝" + } + }, + { + "path": "recommend-detail/recommend-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "推荐宝详情" + } + }, + { + "path": "recommend-form/recommend-form", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "推荐宝添加/编辑" + } + }, + { + "path": "poster/poster", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "推广返利" + } + }, + { + "path": "extraction/extraction", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "取货点" + } + }, + { + "path": "extraction-apply/extraction-apply", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "取货点信息" + } + }, + { + "path": "extraction-order/extraction-order", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "取货订单" + } + }, + { + "path": "extraction-switch/extraction-switch", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "取货点切换" + } + }, + { + "path": "introduce/introduce", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "等级介绍" + } + } + ] + }, + { + "root": "pages/plugins/wallet", + "pages": [ + { + "path": "user/user", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的钱包" + } + }, + { + "path": "recharge/recharge", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "充值" + } + }, + { + "path": "cash-auth/cash-auth", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "余额提现" + } + }, + { + "path": "cash-create/cash-create", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "余额提现" + } + }, + { + "path": "wallet-log/wallet-log", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "账户明细" + } + }, + { + "path": "wallet-log-detail/wallet-log-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "明细详情" + } + }, + { + "path": "user-recharge/user-recharge", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "充值记录" + } + }, + { + "path": "user-recharge-detail/user-recharge-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "充值详情" + } + }, + { + "path": "user-cash/user-cash", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "提现记录" + } + }, + { + "path": "user-cash-detail/user-cash-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "提现详情" + } + }, + { + "path": "payment-code/payment-code", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "钱包付款码" + } + } + ] + }, + { + "root": "pages/plugins/excellentbuyreturntocash", + "pages": [ + { + "path": "profit/profit", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "优购返现明细" + } + }, + { + "path": "profit-detail/profit-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "优购返现详情" + } + } + ] + }, + { + "root": "pages/plugins/weixinliveplayer", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "直播" + } + }, + { + "path": "search/search", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "直播列表" + } + }, + { + "path": "detail/detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "直播详情" + } + } + ] + }, + { + "root": "pages/plugins/exchangerate", + "pages": [ + { + "path": "currency/currency", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "货币切换" + } + } + ] + }, + { + "root": "pages/plugins/invoice", + "pages": [ + { + "path": "user/user", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的发票" + } + }, + { + "path": "invoice/invoice", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "开票列表" + } + }, + { + "path": "invoice-detail/invoice-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "发票详情" + } + }, + { + "path": "invoice-saveinfo/invoice-saveinfo", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "开票编辑" + } + }, + { + "path": "order/order", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "订单开票" + } + } + ] + }, + { + "root": "pages/plugins/signin", + "pages": [ + { + "path": "user/user", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "签到" + } + }, + { + "path": "index-detail/index-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "签到" + } + }, + { + "path": "user-signin/user-signin", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "我的签到" + } + }, + { + "path": "user-qrcode/user-qrcode", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "签到码管理" + } + }, + { + "path": "user-qrcode-detail/user-qrcode-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "签到码详情" + } + }, + { + "path": "user-qrcode-saveinfo/user-qrcode-saveinfo", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "签到码编辑" + } + }, + { + "path": "user-coming-list/user-coming-list", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "用户签到" + } + } + ] + }, + { + "root": "pages/plugins/points", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "积分商城" + } + } + ] + }, + { + "root": "pages/plugins/brand", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "品牌" + } + } + ] + }, + { + "root": "pages/plugins/shop", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "所有店铺" + } + }, + { + "path": "detail/detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "店铺首页" + } + }, + { + "path": "search/search", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "店铺商品搜索" + } + }, + { + "path": "design/design", + "style": { + "enablePullDownRefresh": true + } + }, + { + "path": "favor/favor", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "店铺收藏" + } + }, + { + "path": "license/license", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "工商资质" + } + } + ] + }, + { + "root": "pages/plugins/activity", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "所有活动" + } + }, + { + "path": "detail/detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "活动详情" + } + } + ] + }, + { + "root": "pages/plugins/label", + "pages": [ + { + "path": "detail/detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "标签详情" + } + } + ] + }, + { + "root": "pages/plugins/blog", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "博客" + } + }, + { + "path": "search/search", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "博文搜索" + } + }, + { + "path": "detail/detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "博文详情" + } + }, + { + "path": "comments/comments", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "评论列表" + } + } + ] + }, + { + "root": "pages/plugins/express", + "pages": [ + { + "path": "detail/detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "物流详情" + } + } + ] + }, + { + "root": "pages/plugins/realstore", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "门店" + } + }, + { + "path": "search/search", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "门店搜索" + } + }, + { + "path": "detail/detail", + "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU + "navigationStyle": "custom", + // #endif + "enablePullDownRefresh": true, + "navigationBarTitleText": "门店详情" + } + }, + { + "path": "favor/favor", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "门店收藏" + } + }, + { + "path": "orderallot-list/orderallot-list", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "子订单列表" + } + }, + { + "path": "orderallot-detail/orderallot-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "子订单详情" + } + }, + { + "path": "batchorder-list/batchorder-list", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "批次订单" + } + }, + { + "path": "frequencycard-list/frequencycard-list", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "次卡" + } + }, + { + "path": "frequencycard-used/frequencycard-used", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "次卡使用记录" + } + } + ] + }, + { + "root": "pages/plugins/binding", + "pages": [ + { + "path": "index/index", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "组合搭配" + } + }, + { + "path": "detail/detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "组合搭配详情" + } + } + ] + }, + { + "root": "pages/plugins/delivery", + "pages": [ + { + "path": "order/order", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "配送订单" + } + }, + { + "path": "order-detail/order-detail", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "订单详情" + } + } + ] + } + ], + "globalStyle": { + "navigationBarTitleText": "ShopXO", + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#fff", + "backgroundColor": "#f5f5f5", + "backgroundColorBottom": "#f5f5f5" + }, + "tabBar": { + "color": "#8a8a8a", + "selectedColor": "#f6c133", + "backgroundColor": "#fff", + "list": [ + { + "pagePath": "pages/index/index", + "iconPath": "static/images/common/tabbar/home.png", + "selectedIconPath": "static/images/yellow/tabbar/home.png", + "text": "首页" + }, + { + "pagePath": "pages/goods-category/goods-category", + "iconPath": "static/images/common/tabbar/category.png", + "selectedIconPath": "static/images/yellow/tabbar/category.png", + "text": "分类" + }, + { + "pagePath": "pages/cart/cart", + "iconPath": "static/images/common/tabbar/cart.png", + "selectedIconPath": "static/images/yellow/tabbar/cart.png", + "text": "购物车" + }, + { + "pagePath": "pages/user/user", + "iconPath": "static/images/common/tabbar/user.png", + "selectedIconPath": "static/images/yellow/tabbar/user.png", + "text": "我的" + } + ] + } } \ No newline at end of file diff --git a/pages/common/agreement/agreement.vue b/pages/common/agreement/agreement.vue new file mode 100644 index 00000000..5b87d9e1 --- /dev/null +++ b/pages/common/agreement/agreement.vue @@ -0,0 +1,113 @@ + + + \ No newline at end of file diff --git a/pages/login/login.vue b/pages/login/login.vue index 4bd521d8..30e2f522 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -113,7 +113,7 @@ - 阅读并同意 《服务协议》 与 《隐私政策》 + 阅读并同意 《服务协议》 与 《隐私权政策 @@ -192,7 +192,7 @@ - 阅读并同意 《服务协议》 与 《隐私政策》 + 阅读并同意 《服务协议》 与 《隐私权政策 @@ -262,7 +262,7 @@ - 阅读并同意 《服务协议》 与 《隐私政策》 + 阅读并同意 《服务协议》 与 《隐私权政策 diff --git a/pages/plugins/seckill/index/index.css b/pages/plugins/seckill/index/index.css new file mode 100644 index 00000000..a5bdcb1b --- /dev/null +++ b/pages/plugins/seckill/index/index.css @@ -0,0 +1,22 @@ +/** + * 秒杀导航 + */ +.nav_seckill .item { + width: 176rpx; + padding: 26rpx 0; +} + +.nav_seckill .item .time { + line-height: 50rpx; +} + +.nav_seckill .item .state { + margin-top: 4rpx; + padding: 0 14rpx; + display: inline-flex; +} + +.nav_seckill .item .state.active { + font-size: 22rpx; + background-color: #fff; +} \ No newline at end of file diff --git a/pages/plugins/seckill/index/index.vue b/pages/plugins/seckill/index/index.vue index 6f8fdda9..5f9faf9d 100644 --- a/pages/plugins/seckill/index/index.vue +++ b/pages/plugins/seckill/index/index.vue @@ -1,176 +1,198 @@ - \ No newline at end of file