dwh 2 years ago
parent
commit
f1fe962596
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/App.vue

+ 4 - 1
src/App.vue

@@ -13,7 +13,10 @@
 		},
 		methods:{
 			getStatusBarHeightInvoke(data){
-				this.$toast(JSON.stringify(data));
+				this.$dialog.confirm({
+					title: '标题',
+					message:JSON.stringify(data) ,
+				})
 			}
 		}
 	}