From 39f70f74b3f96dabdb3c21995961c62c9873cb1d Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 09 May 2021 16:09:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue

---
 public/xcxh5map/popup/user.html |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/public/xcxh5map/popup/user.html b/public/xcxh5map/popup/user.html
index 0136125..5e131bc 100644
--- a/public/xcxh5map/popup/user.html
+++ b/public/xcxh5map/popup/user.html
@@ -12,7 +12,8 @@
     <div id="popup">
         <!-- 从layui传值给iframe 的占位input -->
         <input type="text" id="user" ref="user" style="display:none">
-        46476978---{{ourData}}
+        46476978--
+        -{{ourData.title}}
     </div>
     <script>
         var me = new Vue({
@@ -26,10 +27,6 @@
                     clearTimeout(this.oldtime);
                     this.ourData = JSON.parse(this.$refs.user.value);//json对象转js对象
                     console.log(this.ourData,2)
-
-                    // this.getUser(this.ourData.id);
-                    // console.log(this.ourData);
-                    // this.getdatas(this.ourData);
                 }, 100);
             }
         })

--
Gitblit v1.9.3