From f74b177f6d8e51d9ce669140226aabd30a481ac3 Mon Sep 17 00:00:00 2001 From: zhangjing Date: Fri, 14 Jul 2023 16:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E5=85=91=E6=B4=BB=E5=8A=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=BA=A2=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 237 ++-- main.js | 42 +- manifest.json | 4 +- package-lock.json | 53 + pages.json | 1448 +++++++++++------------ pages/giftPack/details.vue | 1214 ++++++++++--------- pages/giftPack/index - 蓝色版本备份.vue | 751 ++++++++++++ pages/giftPack/index.vue | 44 +- pages/giftPack/password.vue | 171 +-- pages/giftPack/register.vue | 153 +-- pages/giftPack/setPassword.vue | 51 +- pages/giftPack/signin.vue | 184 +-- pages/giftPack/user.vue | 747 ++++++------ static/img/campusLogin_back_02.png | Bin 0 -> 51855 bytes static/img/campusLogin_back_red.png | Bin 0 -> 1975 bytes static/img/giftPack-img01.png | Bin 48497 -> 32923 bytes static/img/giftPack-img02.png | Bin 2561 -> 3052 bytes static/img/giftPack-img03.png | Bin 2270 -> 2870 bytes static/img/giftPack-img04.png | Bin 2564 -> 3016 bytes static/img/giftPack-img05.png | Bin 8199 -> 7746 bytes static/img/giftPack-img09.png | Bin 3706 -> 3707 bytes static/img/giftPack-user00_active.png | Bin 2431 -> 3265 bytes static/img/giftPack-user01_active.png | Bin 2118 -> 2948 bytes static/img/giftPackCoupon_user.png | Bin 3533 -> 3603 bytes 24 files changed, 2969 insertions(+), 2130 deletions(-) create mode 100644 pages/giftPack/index - 蓝色版本备份.vue create mode 100644 static/img/campusLogin_back_02.png create mode 100644 static/img/campusLogin_back_red.png diff --git a/App.vue b/App.vue index ebe72e8..c8348ae 100644 --- a/App.vue +++ b/App.vue @@ -1,123 +1,116 @@ - - - diff --git a/main.js b/main.js index 4121ca7..a1160f5 100644 --- a/main.js +++ b/main.js @@ -1,22 +1,24 @@ -import Vue from 'vue' -import App from './App' -import store from './store' -import { VueJsonp } from 'vue-jsonp' - -Vue.config.productionTip = false - -// Vue.config.ignoredElements = ['wx-open-subscribe'] - -Vue.prototype.$store = store +import Vue from 'vue' +import App from './App' +import store from './store' +import { VueJsonp } from 'vue-jsonp' + +Vue.config.productionTip = false + +// Vue.config.ignoredElements = ['wx-open-subscribe'] +Vue.config.ignoredElements = [ ...Vue.config.ignoredElements, 'wx-open-launch-weapp' ] + + +Vue.prototype.$store = store Vue.prototype.$wx = require('jweixin-module') -App.mpType = 'app' - - - -// jsonp -Vue.use(VueJsonp) - -const app = new Vue({ - ...App -}) +App.mpType = 'app' + + + +// jsonp +Vue.use(VueJsonp) + +const app = new Vue({ + ...App +}) app.$mount() diff --git a/manifest.json b/manifest.json index 4ea6d2e..3214008 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "本时生活H5", + "name" : " ", "appid" : "__UNI__8D6D53E", "description" : "", "versionName" : "1.0.0", @@ -101,6 +101,6 @@ } } }, - "title" : "本时生活" + "title" : "" } } diff --git a/package-lock.json b/package-lock.json index bfec92c..301361e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2,15 +2,68 @@ "requires": true, "lockfileVersion": 1, "dependencies": { + "encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmmirror.com/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "requires": { + "iconv-lite": "^0.6.2" + } + }, + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" + }, "jweixin-module": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/jweixin-module/-/jweixin-module-1.6.0.tgz", "integrity": "sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w==" }, + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "^0.1.11", + "is-stream": "^1.0.1" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, "vue-jsonp": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/vue-jsonp/-/vue-jsonp-2.0.0.tgz", "integrity": "sha512-Mzd9GNeuKP5hHFDWZNMWOsCuMILSkA6jo2l4A02wheFz3qqBzH7aSEFTey1BRCZCLizlaf1EqJ5YUtF392KspA==" + }, + "weixin-js-sdk": { + "version": "1.6.0", + "resolved": "https://registry.npmmirror.com/weixin-js-sdk/-/weixin-js-sdk-1.6.0.tgz", + "integrity": "sha512-3IYQH7aalJGFJrwdT3epvTdR1MboMiH7vIZ5BRL2eYOJ12BNah7csoMkmSZzkq1+l92sSq29XdTCVjCJoK2sBQ==" + }, + "wxjssdk": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/wxjssdk/-/wxjssdk-1.0.1.tgz", + "integrity": "sha512-tY69YisKIiG6jT0cnTIwTvK4I6ivF8iWXyq5tmgVULiyKPRAWRDEIwhWUdHi7NljN9PQeLOZudUaiIq4gGfefA==", + "requires": { + "node-fetch": "^1.6.3" + } + }, + "wxjssdk-copy": { + "version": "1.4.1", + "resolved": "https://registry.npmmirror.com/wxjssdk-copy/-/wxjssdk-copy-1.4.1.tgz", + "integrity": "sha512-wTLfNrT7vIzsO4/YdalRCvErq/wD7pST1TOvWnOf00LvGHwqPcrm4ka3pYP0sI6sXDgfJh4HbjIcPgQTb20Gcg==" } } } diff --git a/pages.json b/pages.json index 3824933..9bf862a 100644 --- a/pages.json +++ b/pages.json @@ -1,743 +1,739 @@ -{ - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/auth/login", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom", - "app-plus": { - "animationType": "slide-in-bottom" - } - } - },{ - "path": "pages/auth/register", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom", - "app-plus": { - "animationType": "slide-in-bottom" - } - } - },{ - "path": "pages/auth/password", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom", - "app-plus": { - "animationType": "slide-in-bottom" - } - } - },{ - "path": "pages/auth/psssword_forget", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom", - "app-plus": { - "animationType": "slide-in-bottom" - } - } - },{ - "path": "pages/auth/password_login", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom", - "app-plus": { - "animationType": "slide-in-bottom" - } - } - },{ - "path": "pages/index/index", - "style": { - "navigationBarTitleText":"首页", - "navigationStyle": "custom", - "navigationBarTextStyle": "white", - "navigationStyle": "custom" - } - },{ - "path": "pages/user/index", - "style": { - "navigationBarTitleText": "个人中心", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#FFFFFF", - "enablePullDownRefresh": false - } - },{ - "path": "pages/rights/index", - "style": { - "navigationBarTitleText": "卡券权益", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#000000", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/webView/webView", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/subscribe/upgrade/upgrade", - "style": { - "navigationBarTitleText": "5G升级包预约", - "navigationStyle": "custom", - "navigationBarBackgroundColor":"#2a211e", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/subscribe/combo/combo", - "style": { - "navigationBarTitleText": "冰激凌预约", - "navigationStyle": "custom", - "navigationBarBackgroundColor":"#2a211e", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/switchcity/switchcity", - "style": { - "navigationBarTitleText": "切换城市", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/welfare/welfare", - "style": { - "navigationBarTitleText": "支付详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/classify/classify", - "style": { - "navigationBarTitleText": "卡券权益", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#000000", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/account/account", - "style": { - "navigationBarTitleText": "账变记录", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#dfb48b", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/account/myBalance", - "style": { - "navigationBarTitleText": "收益账户", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#dfb48b", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/account/myBalance_list", - "style": { - "navigationBarTitleText": "收益列表", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#dfb48b", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/account/myProfit", - "style": { - "navigationBarTitleText": "我的收益", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#dfb48b", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/account/myProfit_list", - "style": { - "navigationBarTitleText": "权益列表", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#dfb48b", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/account/withdrawal_record", - "style": { - "navigationBarTitleText": "提现记录", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#dfb48b", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/account/withdrawal_form", - "style": { - "navigationBarTitleText": "提现申请", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#dfb48b", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/account/recharge", - "style": { - "navigationBarTitleText": "充值中心", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#dfb48b", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/frozen/frozen", - "style": { - "navigationBarTitleText": "待发放", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#24315d", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/favour/favour", - "style": { - "navigationBarTitleText": "积分赠与", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#24315d", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - },{ - "path": "pages/coupon/coupon", - "style": { - "navigationBarTitleText": "我的卡券", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/couponDetails/couponDetails", - "style": { - "navigationBarTitleText": "卡券详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/couponArr/couponArr", - "style": { - "navigationBarTitleText": "我的卡券", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/packet/packet", - "style": { - "navigationBarTitleText": "联通红包", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/activate/activate", - "style": { - "navigationBarTitleText": "卡激活", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/site/index", - "style": { - "navigationBarTitleText": "我的地址", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/site/create", - "style": { - "navigationBarTitleText": "新增地址", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/site/edit", - "style": { - "navigationBarTitleText": "编辑地址", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/washcar/washcar", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/car/index", - "style": { - "navigationBarTitleText": "亿时代", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/order/order", - "style": { - "navigationBarTitleText": "我的订单", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/order/orderData", - "style": { - "navigationBarTitleText": "订单详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/setUpForm/index", - "style": { - "navigationBarTitleText": "个人设置", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/setUpForm/form_submit", - "style": { - "navigationBarTitleText": "个人设置", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/payPassword/index", - "style": { - "navigationBarTitleText": "支付密码", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/payPassword/setup", - "style": { - "navigationBarTitleText": "支付密码设置", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/payPassword/forget", - "style": { - "navigationBarTitleText": "找回密码", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/cashier/index", - "style": { - "navigationBarTitleText": "收银台", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/campus/index", - "style": { - "navigationBarTitleText": "校园迎新活动", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/campus/buy", - "style": { - "navigationBarTitleText": "活动购买", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/campus/myCoupon", - "style": { - "navigationBarTitleText": "我的优惠券", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/campus/details", - "style": { - "navigationBarTitleText": "活动详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/campus/signin", - "style": { - "navigationBarTitleText": "校园迎新活动 登录", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/campus/myList", - "style": { - "navigationBarTitleText": "优惠券列表", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/store/index", - "style": { - "navigationBarTitleText": "门店列表", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/store/details", - "style": { - "navigationBarTitleText": "门店详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/campus/register", +{ + "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/giftPack/signin", + "style": { + "navigationBarTitleText": "超级红包活动 登录", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/giftPack/index", + "style": { + "navigationBarTitleText": "超级红包活动", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/giftPack/list", + "style": { + "navigationBarTitleText": "超级红包活动", + "enablePullDownRefresh": false + } + },{ + "path": "pages/giftPack/user", + "style": { + "navigationBarTitleText": "我的", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/giftPack/buy", + "style": { + "navigationBarTitleText": "活动购买", + "enablePullDownRefresh": false + } + },{ + "path": "pages/giftPack/myCoupon", + "style": { + "navigationBarTitleText": "我的优惠券", + "enablePullDownRefresh": false + } + },{ + "path": "pages/giftPack/details", + "style": { + "navigationBarTitleText": "优惠券详情", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/giftPack/register", + "style" : { + "navigationBarTitleText": "快速注册", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/giftPack/password", + "style" : { + "navigationBarTitleText": "忘记密码", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/giftPack/setPassword", + "style" : { + "navigationBarTitleText": "重置密码", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/giftPack/logs", + "style" : { + "navigationBarTitleText": "积分记录", + "enablePullDownRefresh": false + } + },{ + "path": "pages/index/index", + "style": { + "navigationBarTitleText":"首页", + "navigationStyle": "custom", + "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } + },{ + "path": "pages/auth/login", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom", + "app-plus": { + "animationType": "slide-in-bottom" + } + } + },{ + "path": "pages/auth/register", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom", + "app-plus": { + "animationType": "slide-in-bottom" + } + } + },{ + "path": "pages/auth/password", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom", + "app-plus": { + "animationType": "slide-in-bottom" + } + } + },{ + "path": "pages/auth/psssword_forget", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom", + "app-plus": { + "animationType": "slide-in-bottom" + } + } + },{ + "path": "pages/auth/password_login", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom", + "app-plus": { + "animationType": "slide-in-bottom" + } + } + },{ + "path": "pages/user/index", + "style": { + "navigationBarTitleText": "个人中心", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#FFFFFF", + "enablePullDownRefresh": false + } + },{ + "path": "pages/rights/index", + "style": { + "navigationBarTitleText": "卡券权益", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#000000", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/webView/webView", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/subscribe/upgrade/upgrade", + "style": { + "navigationBarTitleText": "5G升级包预约", + "navigationStyle": "custom", + "navigationBarBackgroundColor":"#2a211e", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/subscribe/combo/combo", + "style": { + "navigationBarTitleText": "冰激凌预约", + "navigationStyle": "custom", + "navigationBarBackgroundColor":"#2a211e", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/switchcity/switchcity", + "style": { + "navigationBarTitleText": "切换城市", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/welfare/welfare", + "style": { + "navigationBarTitleText": "支付详情", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/classify/classify", + "style": { + "navigationBarTitleText": "卡券权益", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#000000", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/account/account", + "style": { + "navigationBarTitleText": "账变记录", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#dfb48b", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/account/myBalance", + "style": { + "navigationBarTitleText": "收益账户", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#dfb48b", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/account/myBalance_list", + "style": { + "navigationBarTitleText": "收益列表", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#dfb48b", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/account/myProfit", + "style": { + "navigationBarTitleText": "我的收益", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#dfb48b", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/account/myProfit_list", + "style": { + "navigationBarTitleText": "权益列表", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#dfb48b", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/account/withdrawal_record", + "style": { + "navigationBarTitleText": "提现记录", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#dfb48b", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/account/withdrawal_form", + "style": { + "navigationBarTitleText": "提现申请", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#dfb48b", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/account/recharge", + "style": { + "navigationBarTitleText": "充值中心", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#dfb48b", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/frozen/frozen", + "style": { + "navigationBarTitleText": "待发放", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#24315d", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/favour/favour", + "style": { + "navigationBarTitleText": "积分赠与", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#24315d", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + },{ + "path": "pages/coupon/coupon", + "style": { + "navigationBarTitleText": "我的卡券", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/couponDetails/couponDetails", + "style": { + "navigationBarTitleText": "卡券详情", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/couponArr/couponArr", + "style": { + "navigationBarTitleText": "我的卡券", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/packet/packet", + "style": { + "navigationBarTitleText": "联通红包", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/activate/activate", + "style": { + "navigationBarTitleText": "卡激活", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/site/index", + "style": { + "navigationBarTitleText": "我的地址", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/site/create", + "style": { + "navigationBarTitleText": "新增地址", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/site/edit", + "style": { + "navigationBarTitleText": "编辑地址", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/washcar/washcar", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/car/index", + "style": { + "navigationBarTitleText": "亿时代", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/order/order", + "style": { + "navigationBarTitleText": "我的订单", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/order/orderData", + "style": { + "navigationBarTitleText": "订单详情", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/setUpForm/index", + "style": { + "navigationBarTitleText": "个人设置", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/setUpForm/form_submit", + "style": { + "navigationBarTitleText": "个人设置", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/payPassword/index", + "style": { + "navigationBarTitleText": "支付密码", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/payPassword/setup", + "style": { + "navigationBarTitleText": "支付密码设置", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/payPassword/forget", + "style": { + "navigationBarTitleText": "找回密码", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/cashier/index", + "style": { + "navigationBarTitleText": "收银台", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/campus/index", + "style": { + "navigationBarTitleText": "校园迎新活动", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/campus/buy", + "style": { + "navigationBarTitleText": "活动购买", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/campus/myCoupon", + "style": { + "navigationBarTitleText": "我的优惠券", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/campus/details", + "style": { + "navigationBarTitleText": "活动详情", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/campus/signin", + "style": { + "navigationBarTitleText": "校园迎新活动 登录", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/campus/myList", + "style": { + "navigationBarTitleText": "优惠券列表", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/store/index", + "style": { + "navigationBarTitleText": "门店列表", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/store/details", + "style": { + "navigationBarTitleText": "门店详情", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/campus/register", "style" : { "navigationBarTitleText": "快速注册", "enablePullDownRefresh": false } - },{ - "path" : "pages/campus/password", + },{ + "path" : "pages/campus/password", "style" : { "navigationBarTitleText": "忘记密码", "enablePullDownRefresh": false } - },{ - "path" : "pages/campus/setPassword", + },{ + "path" : "pages/campus/setPassword", "style" : { "navigationBarTitleText": "重置密码", "enablePullDownRefresh": false } - },{ - "path" : "pages/userGoods/index", + },{ + "path" : "pages/userGoods/index", "style" : { "navigationBarTitleText": "产品分享", "enablePullDownRefresh": false } - },{ - "path" : "pages/userGoods/goodsDet", - "style" : { - "navigationBarTitleText": "产品详情", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/userGoods/goodsCode", - "style" : { - "navigationBarTitleText": "产品分享-分享码", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/code/code", - "style" : { - "navigationBarTitleText": "我的邀请码", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/userStored/index", - "style" : { - "navigationBarTitleText": "储值分享", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/userStored/storedCode", - "style" : { - "navigationBarTitleText": "储值分享-分享码", - "enablePullDownRefresh": false - } - },{ - "path": "pages/oil/index", - "style": { - "navigationBarTitleText": "联通优惠活动", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/oil/buy", - "style": { - "navigationBarTitleText": "活动购买", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/oil/myCoupon", - "style": { - "navigationBarTitleText": "我的优惠券", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/oil/details", - "style": { - "navigationBarTitleText": "活动详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/oil/signin", - "style": { - "navigationBarTitleText": "联通优惠活动 登录", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/oil/myList", - "style": { - "navigationBarTitleText": "优惠券列表", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/oil/register", - "style" : { - "navigationBarTitleText": "快速注册", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/oil/password", - "style" : { - "navigationBarTitleText": "忘记密码", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/oil/setPassword", - "style" : { - "navigationBarTitleText": "重置密码", - "enablePullDownRefresh": false - } - },{ - "path": "pages/giftPack/index", - "style": { - "navigationBarTitleText": "本时礼包活动", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/giftPack/list", - "style": { - "navigationBarTitleText": "本时礼包活动", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/giftPack/user", - "style": { - "navigationBarTitleText": "我的", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/giftPack/buy", - "style": { - "navigationBarTitleText": "活动购买", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/giftPack/myCoupon", - "style": { - "navigationBarTitleText": "我的优惠券", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/giftPack/details", - "style": { - "navigationBarTitleText": "优惠券详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/giftPack/signin", - "style": { - "navigationBarTitleText": "本时礼包活动 登录", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/giftPack/register", - "style" : { - "navigationBarTitleText": "快速注册", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/giftPack/password", - "style" : { - "navigationBarTitleText": "忘记密码", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/giftPack/setPassword", - "style" : { - "navigationBarTitleText": "重置密码", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/giftPack/logs", - "style" : { - "navigationBarTitleText": "积分记录", - "enablePullDownRefresh": false - } - },{ - "path": "pages/unicom/index", - "style": { - "navigationBarTitleText": "中国联通回馈活动", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/unicom/buy", - "style": { - "navigationBarTitleText": "活动购买", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/unicom/details", - "style": { - "navigationBarTitleText": "活动详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/unicom/signin", - "style": { - "navigationBarTitleText": "中国联通回馈活动 登录", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/unicom/register", - "style" : { - "navigationBarTitleText": "快速注册", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/unicom/password", - "style" : { - "navigationBarTitleText": "忘记密码", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/unicom/setPassword", - "style" : { - "navigationBarTitleText": "重置密码", - "enablePullDownRefresh": false - } - },{ - "path": "pages/draw/index", - "style": { - "navigationBarTitleText": "抽奖活动", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path": "pages/draw/signin", - "style": { - "navigationBarTitleText": "抽奖活动 登录", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/register", - "style" : { - "navigationBarTitleText": "抽奖活动 快速注册", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/password", - "style" : { - "navigationBarTitleText": "抽奖活动 忘记密码", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/setPassword", - "style" : { - "navigationBarTitleText": "抽奖活动 重置密码", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/myCoupon", - "style" : { - "navigationBarTitleText": "我的优惠券", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/couponDetails", - "style" : { - "navigationBarTitleText": "优惠券详情", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/order", - "style" : { - "navigationBarTitleText": "我的订单", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/orderDetails", - "style" : { - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/logs", - "style" : { - "navigationBarTitleText": "抽奖记录", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/choose", - "style" : { - "navigationBarTitleText": "选择产品", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/right", - "style" : { - "navigationBarTitleText": "购买权益", - "enablePullDownRefresh": false - } - },{ - "path" : "pages/draw/success", - "style" : { - "navigationBarTitleText": "兑换成功", - "enablePullDownRefresh": false - } - } - ], - "tabBar": { - "color": "#9b9f9f", - "selectedColor": "#000000", - "backgroundColor": "#FFFFFF", - "borderStyle": "#ddd", - "list": [{ - "pagePath": "pages/index/index", - "text": "首页", - "iconPath": "static/tabBarIcon/00.png", - "selectedIconPath": "static/tabBarIcon/00_active.png" - }, { - "pagePath": "pages/user/index", - "text": "我的", - "iconPath": "static/tabBarIcon/01.png", - "selectedIconPath": "static/tabBarIcon/01_active.png" - }] - }, - - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8", - "navigationStyle": "default" - } + },{ + "path" : "pages/userGoods/goodsDet", + "style" : { + "navigationBarTitleText": "产品详情", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/userGoods/goodsCode", + "style" : { + "navigationBarTitleText": "产品分享-分享码", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/code/code", + "style" : { + "navigationBarTitleText": "我的邀请码", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/userStored/index", + "style" : { + "navigationBarTitleText": "储值分享", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/userStored/storedCode", + "style" : { + "navigationBarTitleText": "储值分享-分享码", + "enablePullDownRefresh": false + } + },{ + "path": "pages/oil/index", + "style": { + "navigationBarTitleText": "联通优惠活动", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/oil/buy", + "style": { + "navigationBarTitleText": "活动购买", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/oil/myCoupon", + "style": { + "navigationBarTitleText": "我的优惠券", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/oil/details", + "style": { + "navigationBarTitleText": "活动详情", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/oil/signin", + "style": { + "navigationBarTitleText": "联通优惠活动 登录", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/oil/myList", + "style": { + "navigationBarTitleText": "优惠券列表", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/oil/register", + "style" : { + "navigationBarTitleText": "快速注册", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/oil/password", + "style" : { + "navigationBarTitleText": "忘记密码", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/oil/setPassword", + "style" : { + "navigationBarTitleText": "重置密码", + "enablePullDownRefresh": false + } + },{ + "path": "pages/unicom/index", + "style": { + "navigationBarTitleText": "中国联通回馈活动", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/unicom/buy", + "style": { + "navigationBarTitleText": "活动购买", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/unicom/details", + "style": { + "navigationBarTitleText": "活动详情", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/unicom/signin", + "style": { + "navigationBarTitleText": "中国联通回馈活动 登录", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/unicom/register", + "style" : { + "navigationBarTitleText": "快速注册", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/unicom/password", + "style" : { + "navigationBarTitleText": "忘记密码", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/unicom/setPassword", + "style" : { + "navigationBarTitleText": "重置密码", + "enablePullDownRefresh": false + } + },{ + "path": "pages/draw/index", + "style": { + "navigationBarTitleText": "抽奖活动", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path": "pages/draw/signin", + "style": { + "navigationBarTitleText": "抽奖活动 登录", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/register", + "style" : { + "navigationBarTitleText": "抽奖活动 快速注册", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/password", + "style" : { + "navigationBarTitleText": "抽奖活动 忘记密码", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/setPassword", + "style" : { + "navigationBarTitleText": "抽奖活动 重置密码", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/myCoupon", + "style" : { + "navigationBarTitleText": "我的优惠券", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/couponDetails", + "style" : { + "navigationBarTitleText": "优惠券详情", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/order", + "style" : { + "navigationBarTitleText": "我的订单", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/orderDetails", + "style" : { + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/logs", + "style" : { + "navigationBarTitleText": "抽奖记录", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/choose", + "style" : { + "navigationBarTitleText": "选择产品", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/right", + "style" : { + "navigationBarTitleText": "购买权益", + "enablePullDownRefresh": false + } + },{ + "path" : "pages/draw/success", + "style" : { + "navigationBarTitleText": "兑换成功", + "enablePullDownRefresh": false + } + } + ], + "tabBar": { + "color": "#9b9f9f", + "selectedColor": "#000000", + "backgroundColor": "#FFFFFF", + "borderStyle": "#ddd", + "list": [{ + "pagePath": "pages/index/index", + "text": "首页", + "iconPath": "static/tabBarIcon/00.png", + "selectedIconPath": "static/tabBarIcon/00_active.png" + }, { + "pagePath": "pages/user/index", + "text": "我的", + "iconPath": "static/tabBarIcon/01.png", + "selectedIconPath": "static/tabBarIcon/01_active.png" + }] + }, + + "globalStyle": { + "navigationBarBackgroundColor": "#F8F8F8", + "navigationBarTextStyle": "black", + "backgroundColor": "#F8F8F8", + "navigationStyle": "default" + } } diff --git a/pages/giftPack/details.vue b/pages/giftPack/details.vue index c9d81d9..e68a8be 100644 --- a/pages/giftPack/details.vue +++ b/pages/giftPack/details.vue @@ -1,600 +1,630 @@ -