Browse Source

修改标题VIN大小写

chenrui 2 years ago
parent
commit
57237c1bd5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pages/vinAnalyse/shelfAnalyse.vue

+ 5 - 0
pages/vinAnalyse/shelfAnalyse.vue

@@ -199,6 +199,11 @@
 			this.getList(ajaxData);
 			
 		},
+		onReady() {
+			uni.setNavigationBarTitle({
+				title:'VIN分析'
+			})
+		},
 		methods:{
 			toPage(url){
 				uni.switchTab({