ソースを参照

修复 结果查询页面步数显示不正确的问题

feat
JinxChen 1年前
コミット
990f84c239
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/views/pay-result/index.vue

+ 2
- 2
src/views/pay-result/index.vue ファイルの表示

@@ -1,7 +1,7 @@
<!--
* @Date: 2023-02-24 16:47:33
* @LastEditors: JinxChen
* @LastEditTime: 2023-03-02 01:44:33
* @LastEditTime: 2023-03-02 01:58:58
* @FilePath: \TelpoH5FrontendWeb\src\views\pay-result\index.vue
* @description:
-->
@@ -82,7 +82,7 @@ export default {
},
computed: {
isAliPay() {
return this.$route.query.rechargeUrl !=='' && this.$route.query.alipayForm !== ''
return this.$route.query.alipayForm
}
},
mounted() {


読み込み中…
キャンセル
保存