南昌市物联网技防平台-前端
liuyg
2021-05-09 f1637f3f8b6d6e7ff508b41b32e854178c3d6c7d
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);
            }
        })