소스 검색

Merge pull request #549 from tron/lock/release-3.7.0/SCRM-6145

feat(SCRM-6403): 临时停车,支付完成。触发问卷以后。点击问卷链接,应该跳转到填写问卷页面
Tron 1 년 전
부모
커밋
a9fca03dd2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/parkingFeeV2/mixins/parkingFeeSuccess.js

+ 1 - 1
src/pages/parkingFeeV2/mixins/parkingFeeSuccess.js

@@ -80,7 +80,7 @@ export default {
   },
   methods: {
     goSceneUser () {
-      window.location.href = `${window.QUESTIONNAIRE_BASE_URL}?type=writeIn&id=${this.wenjuanObj.id}&name=${this.wenjuanObj.name}&sceneId=${this.wenjuanObj.sceneId}&tokenId=${this.wenjuanObj.tokenId}&lbsId=${this.wenjuanObj.lbsId}&brandId=${this.wenjuanObj.brandId}&platform=${this.wenjuanObj.platform}`
+      window.location.href = `${window.QUESTIONNAIRE_BASE_URL}/pages/questionNaire/writeIn?type=writeIn&id=${this.wenjuanObj.id}&name=${this.wenjuanObj.name}&sceneId=${this.wenjuanObj.sceneId}&tokenId=${this.wenjuanObj.tokenId}&lbsId=${this.wenjuanObj.lbsId}&brandId=${this.wenjuanObj.brandId}&platform=${this.wenjuanObj.platform}`
     },
     async getSceneUserParking () {
       try {