Browse Source

跳转默认值

xinfeng 6 years ago
parent
commit
98371f9abc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/otherpage/companyVerifyInput/index.vue

+ 1 - 1
pages/otherpage/companyVerifyInput/index.vue

@@ -170,7 +170,7 @@
             //跳转到支付58元钱,之后提交
             if (Number(this.dataInfo.need_pay) === 1) {
               this.$message.success('提交成功,正在跳转...')
-              let appUrl = "proginn://pay?product_type=5"
+              let appUrl = "proginn://pay?product_type=5&product_id=0"
               let url = '/pay?product_type=5'
               if (!this.$deviceType.app) {
                 window.open(url, '_black')