Эх сурвалжийг харах

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

feat(SCRM-6403): 临时停车,支付完成。触发问卷以后。点击问卷链接,应该跳转到填写问卷页面
Tron 1 жил өмнө
parent
commit
a9fca03dd2

+ 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 {