dwh 2 年之前
父節點
當前提交
f1fe962596
共有 1 個文件被更改,包括 4 次插入1 次删除
  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) ,
+				})
 			}
 		}
 	}