Browse Source

Merge branch 'feat' into develop

feat
JinxChen 1 year ago
parent
commit
4a01243f89
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      src/views/pay-result/index.vue

+ 4
- 2
src/views/pay-result/index.vue View File

@@ -1,7 +1,7 @@
<!-- <!--
* @Date: 2023-02-24 16:47:33 * @Date: 2023-02-24 16:47:33
* @LastEditors: JinxChen * @LastEditors: JinxChen
* @LastEditTime: 2023-03-02 00:33:35
* @LastEditTime: 2023-03-02 00:52:22
* @FilePath: \TelpoH5FrontendWeb\src\views\pay-result\index.vue * @FilePath: \TelpoH5FrontendWeb\src\views\pay-result\index.vue
* @description: * @description:
--> -->
@@ -302,7 +302,9 @@ export default {
}, 31000); }, 31000);
}, },
onBackHome() { onBackHome() {
document.location.replace(" https://xrpt.jiankangtongxue.cn/WCUParentWebUI.WX/Home/")
/* document.location.replace(" https://xrpt.jiankangtongxue.cn/WCUParentWebUI.WX/Home/"); */
document.location.replace("https://xrpt.jiankangtongxue.cn/WCUParentWebUI.WX/Home/SmartDigitalSsjl");
// https://xrpt.jiankangtongxue.cn/WCUParentWebUI.WX/Home/SmartDigitalSsjl
} }
} }
}; };


Loading…
Cancel
Save