Просмотр исходного кода

feat(SCRM-6403): 临时停车,支付完成。触发问卷以后。点击问卷链接,应该跳转到填写问卷页面

lock.qiu@kerryprops.com 1 год назад
Родитель
Сommit
e4966dd24f
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 {