k94314517
2024-03-29 71402fd72704094ac8e76c60a8a48bbaf5d2d366
company/src/components/business/OperaWtbApplyShopWindow.vue
@@ -612,6 +612,7 @@
        if(this.form.type===0){
          getSignTBQRSLink(this.form).then(res => {
            setTimeout(() => {
              this.visiblePhone=false
              window.open(res)
            }, 500)
          }).catch(err => {
@@ -620,6 +621,7 @@
        } else if (flag === 1) {
          getMemberListOnlineSignLink(this.form).then(res => {
            setTimeout(() => {
              this.visiblePhone=false
              window.open(res)
            }, 500)
          }).catch(err => {
@@ -628,6 +630,7 @@
        } else if (flag === 2) {
          getSignLink(this.dataId).then(res => {
            setTimeout(() => {
              this.visiblePhone=false
              window.open(res)
            }, 500)
          }).catch(err => {