|
@@ -3,6 +3,14 @@
|
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
},
|
|
},
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/gain/gain",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "赚积分",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"path": "pages/mine/mine",
|
|
"path": "pages/mine/mine",
|
|
|
"style": {
|
|
"style": {
|
|
@@ -13,120 +21,185 @@
|
|
|
{
|
|
{
|
|
|
"path": "pages/consume/consume",
|
|
"path": "pages/consume/consume",
|
|
|
"style": {
|
|
"style": {
|
|
|
|
|
+ "navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "花积分"
|
|
"navigationBarTitleText": "花积分"
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
- "path": "pages/gain/gain",
|
|
|
|
|
|
|
+ "path": "pages/mine/card/card",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "赚积分",
|
|
|
|
|
|
|
+ "navigationBarTitleText": "卡包",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- }
|
|
|
|
|
- ,{
|
|
|
|
|
- "path" : "pages/mine/card/card",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText": "卡包",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
- ,{
|
|
|
|
|
- "path" : "pages/mine/card/pay-setting",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText": "支付设置",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
- ,{
|
|
|
|
|
- "path" : "pages/mine/my-points/my-points",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText": "积分资产",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
- ,{
|
|
|
|
|
- "path" : "pages/mine/my-points/accredit",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/mine/card/pay-setting",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "支付设置",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/mine/my-points/my-points",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "积分资产",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/mine/my-points/accredit",
|
|
|
|
|
+ "style": {
|
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTextStyle": "white",
|
|
|
"navigationBarBackgroundColor": "#FF9447",
|
|
"navigationBarBackgroundColor": "#FF9447",
|
|
|
- "navigationBarTitleText": "积分授权",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
- ,{
|
|
|
|
|
- "path" : "pages/mine/my-balance/my-balance",
|
|
|
|
|
|
|
+ "navigationBarTitleText": "积分授权",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/mine/my-balance/my-balance",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "余额",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/mine/bill-detail",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "账单详情",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/mine/my-points/exchange",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "积分通兑",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/checkstand/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "收银台",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/checkstand/order-res",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "支付结果",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/checkstand/pay-qrcode",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "付款码",
|
|
|
|
|
+ "backgroundColor": "#007AFF",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/search/search",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "搜索",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/agent/agent",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "填写资料"
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/agent/pay",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "支付页面"
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/agent/promote",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "去推广"
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/agent/myPromote",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "我的推广"
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/agent/myIncome/myIncome",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "我的收益"
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/agent/myIncome/todayIncome",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "今日收益"
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/agent/myIncome/detail",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "收益详情"
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/agent/agentDetail",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationStyle": "custom",
|
|
|
|
|
+ "navigationBarTitleText": ""
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/webview/webview",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+ ,{
|
|
|
|
|
+ "path" : "pages/userBank/userBank",
|
|
|
"style" :
|
|
"style" :
|
|
|
{
|
|
{
|
|
|
- "navigationBarTitleText": "余额",
|
|
|
|
|
|
|
+ "navigationBarTitleText": "银行",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
,{
|
|
,{
|
|
|
- "path" : "pages/mine/bill-detail",
|
|
|
|
|
|
|
+ "path" : "pages/userBank/add",
|
|
|
"style" :
|
|
"style" :
|
|
|
{
|
|
{
|
|
|
- "navigationBarTitleText": "账单详情",
|
|
|
|
|
|
|
+ "navigationBarTitleText": "添加银行",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
,{
|
|
,{
|
|
|
- "path" : "pages/mine/my-points/exchange",
|
|
|
|
|
|
|
+ "path" : "pages/mine/myInfo",
|
|
|
"style" :
|
|
"style" :
|
|
|
{
|
|
{
|
|
|
- "navigationBarTitleText": "积分通兑",
|
|
|
|
|
|
|
+ "navigationBarTitleText": "我的资料",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- ,{
|
|
|
|
|
- "path" : "pages/checkstand/index",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText": "收银台",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
- ,{
|
|
|
|
|
- "path" : "pages/checkstand/order-res",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText": "支付结果",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
- ,{
|
|
|
|
|
- "path" : "pages/checkstand/pay-qrcode",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText": "付款码",
|
|
|
|
|
- "backgroundColor": "#007AFF",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
],
|
|
],
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
|
"color": "#555555",
|
|
"color": "#555555",
|
|
|
"backgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#FFFFFF",
|
|
|
"borderStyle": "white",
|
|
"borderStyle": "white",
|
|
|
"selectedColor": "#222222",
|
|
"selectedColor": "#222222",
|
|
|
- "list": [{
|
|
|
|
|
- "pagePath": "pages/mine/mine",
|
|
|
|
|
- "text": "我的",
|
|
|
|
|
- "selectedIconPath": "static/tarbar/mine1.png",
|
|
|
|
|
- "iconPath": "static/tarbar/mine.png"
|
|
|
|
|
|
|
+ "list": [
|
|
|
|
|
+
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/gain/gain",
|
|
|
|
|
+ "text": "赚积分",
|
|
|
|
|
+ "selectedIconPath": "static/tarbar/gain-points1.png",
|
|
|
|
|
+ "iconPath": "static/tarbar/gain-points.png"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/consume/consume",
|
|
"pagePath": "pages/consume/consume",
|
|
@@ -135,17 +208,17 @@
|
|
|
"iconPath": "static/tarbar/consume-points.png"
|
|
"iconPath": "static/tarbar/consume-points.png"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/gain/gain",
|
|
|
|
|
- "text": "赚积分",
|
|
|
|
|
- "selectedIconPath": "static/tarbar/gain-points1.png",
|
|
|
|
|
- "iconPath": "static/tarbar/gain-points.png"
|
|
|
|
|
|
|
+ "pagePath": "pages/mine/mine",
|
|
|
|
|
+ "text": "我的",
|
|
|
|
|
+ "selectedIconPath": "static/tarbar/mine1.png",
|
|
|
|
|
+ "iconPath": "static/tarbar/mine.png"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "国信数字",
|
|
"navigationBarTitleText": "国信数字",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
|
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
|
|
+ "backgroundColor": "#fff"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|