zhaojs
2023-07-13 5e2689b5628a77969b3d6fd9321108e61866382f
public/html/signin.html
@@ -191,7 +191,7 @@
      </div>
    </div>
  </transition>
  <van-overlay :show="titleCopyTipsVisible" @click="titleCopyTipsVisible = false">
  <van-overlay :show="titleCopyTipsVisible" @click="diaCloese()">
    <div
      class="wrapper"
      style="display:flex;align-items:center;justify-content:center;height: 100%;"
@@ -340,6 +340,16 @@
    this.touch();
  },
  methods: {
    diaCloese:function()
    {
       this.titleCopyTipsVisible=false;
       uni.postMessage({
                data: {
                  action: 'totb',
                  tburl:this.sign_info.url
                }
        })
    },
    touch:function()
            {
                const box = document.querySelector('.box')