nidapeng
2024-03-29 1a03c63abab3409bfe3831bf67025cb3140fc9ef
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 => {