|
@@ -11,7 +11,7 @@
|
|
|
"titleNView": {
|
|
|
// "backgroundImage": "./static/images/search.png",
|
|
|
"searchInput": {
|
|
|
- "backgroundColor": "rgba(255,255,255,1)",
|
|
|
+ "backgroundColor": "rgba(255,255,255,1)",
|
|
|
"borderRadius": "16px", //输入框圆角
|
|
|
"placeholder": "粘贴宝贝标题",
|
|
|
"disabled": true //disable时点击输入框不置焦,可以跳到新页面搜索
|
|
@@ -43,7 +43,7 @@
|
|
|
"path": "pages/order/back-order",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "待发货",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "enablePullDownRefresh": true
|
|
|
}
|
|
|
|
|
|
}, {
|
|
@@ -226,57 +226,91 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
|
|
|
+ }, {
|
|
|
+ "path": "pages/order/cashier",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "收银台",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/withdraw",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "提现",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/bind-alipay",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "绑定支付宝",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/nickname",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "修改昵称",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/collection",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的收藏",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/safe-pass",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "设置",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/reset-pass",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "设置",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/money-log",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "账单明细",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/home/search",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": {
|
|
|
+ // "backgroundImage": "./static/images/search.png",
|
|
|
+ "searchInput": {
|
|
|
+ "backgroundColor": "rgba(255,255,255,1)",
|
|
|
+ "borderRadius": "16px", //输入框圆角
|
|
|
+ "placeholder": "粘贴宝贝标题",
|
|
|
+ "disabled": false //disable时点击输入框不置焦,可以跳到新页面搜索
|
|
|
+ },
|
|
|
+ "buttons": [{
|
|
|
+ "text": "搜索",
|
|
|
+ "width": "auto",
|
|
|
+ "fontSize": "14px"
|
|
|
+ }]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
,{
|
|
|
- "path" : "pages/order/cashier",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "收银台",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/user/withdraw",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "提现",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/user/bind-alipay",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "绑定支付宝",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/user/nickname",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "修改昵称",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/user/collection",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "我的收藏",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/user/safe-pass",
|
|
|
+ "path" : "pages/user/agent",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "设置安全密码",
|
|
|
+ "navigationBarTitleText": "代理会员中心",
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
|
|
@@ -294,8 +328,8 @@
|
|
|
"selectedColor": "#ff5d5b",
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
- "height":"44px",
|
|
|
- "iconWidth":"20px",
|
|
|
+ "height": "44px",
|
|
|
+ "iconWidth": "20px",
|
|
|
"midButton": {
|
|
|
"iconPath": "static/images/camera.png",
|
|
|
"iconWidth": "36px",
|