qzyReal 2 жил өмнө
parent
commit
cae8c65327

+ 2 - 2
pages.json

@@ -474,7 +474,7 @@
             "path" : "pages/market/one/confirm/people",
             "path" : "pages/market/one/confirm/people",
             "style" :
             "style" :
             {
             {
-                "navigationBarTitleText": "边民确认",
+                "navigationBarTitleText": "交易确认",
                 "enablePullDownRefresh": false
                 "enablePullDownRefresh": false
             }
             }
 
 
@@ -483,7 +483,7 @@
             "path" : "pages/market/one/confirm/apply",
             "path" : "pages/market/one/confirm/apply",
             "style" :
             "style" :
             {
             {
-                "navigationBarTitleText": "申报确认",
+                "navigationBarTitleText": "进口确认",
                 "enablePullDownRefresh": false
                 "enablePullDownRefresh": false
             }
             }
 
 

+ 1 - 0
pages/index/index.vue

@@ -114,6 +114,7 @@ export default {
 							}
 							}
 						});
 						});
 					});
 					});
+					this.menuList.sort((a,b)=>a.sort-b.sort);
 				}
 				}
 			});
 			});
 		},
 		},