zhaojs
2023-07-20 94a2e0ef9dbc67dabb8ca26c2ec7861ddb4963ea
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%;"
@@ -255,7 +255,8 @@
  data: function() {
    return {
      //posturl:"http://dfg.shop.com",
      posturl:"http://appapitest.ushopvip.com",
      //posturl:"http://appapitest.ushopvip.com",
      posturl:"http://dfgapp.ushopvip.com",
      showDirect: false,
      codeId: vmRequest("code"),
@@ -340,6 +341,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')
@@ -577,13 +588,13 @@
            }
            that.taoToken = data.data.taoword;
            if(isCoupon) {
              //that.popupFun(".tokenbox1");
              uni.postMessage({
              that.popupFun(".tokenbox1");
             /*  uni.postMessage({
                data: {
                  action: 'totb',
                  tburl:data.data.link
                }
               })
               }) */
            } else {
              that.openSnappedUpDialog();
            }