[会员中心修改样式及调节]

This commit is contained in:
2021-10-13 13:11:12 +08:00
parent 3c7ad35631
commit 1e57b9272a
6 changed files with 6642 additions and 6510 deletions

View File

@@ -9,7 +9,8 @@ import store from '@/store'
// 基础配置 // 基础配置
const config = { const config = {
apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境 // apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境
apiUrl : 'http://api.ahxh.shangkelian.cn/api/', // 测试环境
apiUrls : 'https://storage.lianshang.vip/', // 图片路径(测试/正式) apiUrls : 'https://storage.lianshang.vip/', // 图片路径(测试/正式)
timeout : 60000 timeout : 60000
} }

View File

@@ -3,10 +3,10 @@
"path": "pages/index/index", "path": "pages/index/index",
"name": "Index", "name": "Index",
"style": { "style": {
"navigationBarBackgroundColor":"#1f1922", "navigationBarBackgroundColor": "#1f1922",
"backgroundColor":"#1f1922", "backgroundColor": "#1f1922",
"navigationStyle":"custom", "navigationStyle": "custom",
"navigationBarTextStyle":"white" "navigationBarTextStyle": "white"
} }
}, { }, {
"path": "pages/found/index", "path": "pages/found/index",
@@ -14,7 +14,7 @@
"auth": true, "auth": true,
"style": { "style": {
"navigationBarTitleText": "发现更多", "navigationBarTitleText": "发现更多",
"navigationStyle":"custom" "navigationStyle": "custom"
} }
}, { }, {
"path": "pages/user/index", "path": "pages/user/index",
@@ -22,7 +22,7 @@
"auth": true, "auth": true,
"style": { "style": {
"navigationBarTitleText": "节点中心", "navigationBarTitleText": "节点中心",
"navigationStyle":"custom" "navigationStyle": "custom"
} }
}, { }, {
"path": "pages/user/code", "path": "pages/user/code",
@@ -63,13 +63,15 @@
"path": "pages/vip/vip", "path": "pages/vip/vip",
"name": "vipIndex", "name": "vipIndex",
"style": { "style": {
"navigationBarTitleText": "开通节点" "navigationBarTitleText": "开通节点",
"navigationBarBackgroundColor": "#774ffd"
} }
}, { }, {
"path": "pages/vip/agree", "path": "pages/vip/agree",
"name": "vipAgree", "name": "vipAgree",
"style": { "style": {
"navigationBarTitleText": "用户协议" "navigationBarTitleText": "用户协议",
"navigationBarBackgroundColor": "#774ffd"
} }
}, { }, {
"path": "pages/vip/examine", "path": "pages/vip/examine",
@@ -137,8 +139,8 @@
"name": "Login", "name": "Login",
"style": { "style": {
"navigationBarTitleText": "登录", "navigationBarTitleText": "登录",
"navigationBarBackgroundColor":"#FFFFFF", "navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle":"black" "navigationBarTextStyle": "black"
} }
}, { }, {
"path": "pages/login/guide", "path": "pages/login/guide",
@@ -298,17 +300,17 @@
}, },
"name": "withdrawList" "name": "withdrawList"
}, { }, {
"path" : "pages/wxAuth/wxAuth", "path": "pages/wxAuth/wxAuth",
"name" : "wxAuth" "name": "wxAuth"
},{ }, {
"path" : "pages/clearOpen/clearOpen", "path": "pages/clearOpen/clearOpen",
"style" : { "style": {
"navigationBarTitleText": "提现记录", "navigationBarTitleText": "提现记录",
"enablePullDownRefresh": false "enablePullDownRefresh": false
}, },
"name": "clearOpen" "name": "clearOpen"
} }
], ],
"globalStyle": { "globalStyle": {
"backgroundColor": "#F5F5F5" "backgroundColor": "#F5F5F5"
}, },

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long