From 095ddf25ae9519b89b9bd43e6a0871a25dbee91d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 02 Dec 2021 21:46:10 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_app_ys
---
mapWz/js/vueMain.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/mapWz/js/vueMain.js b/mapWz/js/vueMain.js
index 2d50583..6df06a8 100644
--- a/mapWz/js/vueMain.js
+++ b/mapWz/js/vueMain.js
@@ -34,6 +34,21 @@
geolocation: null
},
methods: {
+ uplcation() {
+ var that = this;
+ this.$message({
+ showClose: true,
+ message: '位置上传中,请稍等'
+ });
+
+ setTimeout(function() {
+ that.$message({
+ showClose: true,
+ type: 'success',
+ message: '上传成功'
+ });
+ }, 3000);
+ },
beginCome() {
var resultData = []
--
Gitblit v1.9.3