shish 3 лет назад
Родитель
Сommit
433e786411
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghsApp/src/pages.json

+ 2 - 2
ghsApp/src/pages.json

@@ -343,7 +343,7 @@
 		{
 			"root": "pagesArrears",
 			"pages": [
-				{ "path": "list", "style": { "navigationBarTitleText": "客户欠款", "enablePullDownRefresh": true } },
+				{ "path": "list", "style": { "navigationBarTitleText": "客户赊账", "enablePullDownRefresh": true } },
 				{ "path": "details", "style": { "navigationBarTitleText": "赊账订单", "enablePullDownRefresh": true } },
 				{ "path": "clearResult", "style": { "navigationBarTitleText": "结果"} }
 			]
@@ -353,7 +353,7 @@
 			"pages": [
 				{ "path": "list", "style": { "navigationBarTitleText": "赊账单", "enablePullDownRefresh": true } },
 				{ "path": "details", "style": { "navigationBarTitleText": "赊账单", "enablePullDownRefresh": true } },
-				{ "path": "search", "style": { "navigationBarTitleText": "赊账单", "enablePullDownRefresh": false } }
+				{ "path": "search", "style": { "navigationBarTitleText": "查找赊账单", "enablePullDownRefresh": false } }
 			]
 		},
 		{