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')