更新代码
This commit is contained in:
39
pages.json
39
pages.json
@@ -528,15 +528,15 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "扫码验证",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#039bfe"
|
||||
"navigationBarBackgroundColor": "#076cff"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/verification/details",
|
||||
"name": "VerificationDetails",
|
||||
"path": "pages/verification/history",
|
||||
"name": "VerificationHistory",
|
||||
"style": {
|
||||
"navigationBarTitleText": "核销券详情",
|
||||
"navigationBarTitleText": "核销记录",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#f40c50"
|
||||
"navigationBarBackgroundColor": "#076cff"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/shop/lists",
|
||||
@@ -583,6 +583,35 @@
|
||||
"type": "transparent"
|
||||
}
|
||||
}
|
||||
},{
|
||||
"path" : "pages/pay/results",
|
||||
"name" : "payResults",
|
||||
"style": {
|
||||
"navigationBarTitleText": "支付结果",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
}
|
||||
},{
|
||||
"path" : "pages/market/transfer",
|
||||
"name" : "marketTransfer",
|
||||
"style": {
|
||||
"navigationBarTitleText": "转让权证",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
}
|
||||
},{
|
||||
"path" : "pages/market/management",
|
||||
"name" : "marketManag",
|
||||
"style": {
|
||||
"navigationBarTitleText": "权证转让管理",
|
||||
"titleNView": {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"buttons": [{
|
||||
"text": "转让记录",
|
||||
"fontSize": "14",
|
||||
"width": "80",
|
||||
"color": "#e93340"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
|
||||
Reference in New Issue
Block a user