From f0cad0c5ea4778036452217b4704c6875dc246e3 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 18 十一月 2024 14:50:47 +0800
Subject: [PATCH] feat: 缴费记录

---
 src/components/page/Index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/page/Index.vue b/src/components/page/Index.vue
index 74c00e6..e452fa7 100644
--- a/src/components/page/Index.vue
+++ b/src/components/page/Index.vue
@@ -74,14 +74,14 @@
                 cs[cs_arr[i].split('=')[0]] = cs_arr[i].split('=')[1]
             }
             this.ticketId = cs.id;
-            this.$byutil.postData(this, this.$systemconfig.basePath + '/ticket/findById', {id:cs.id}, res => {
+            this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/ticket/findById', {id:cs.id}, res => {
                 this.statisticData = res.data;
             })
         },
         methods: {
             pay(){
                 //window.location.href = "https://payapp.weixin.qq.com/life/index?fr=PSBC&pg=charge&ct=39&sv=20&wx=130100002001&bk=13040621E00000002330"
-                this.$byutil.postData(this, this.$systemconfig.basePath + '/ffPay/zhiFa', {id:this.ticketId}, res => {
+                this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/ffPay/zhifa', {id:this.ticketId}, res => {
                     this.$message({
                         message: '2绉掑悗鑷姩璺宠浆鍒版敮浠橀〉闈紝闃叉鍐呭缃戞暟鎹悓姝ュ欢杩燂紝璇风◢绛�',
                         type: 'success',

--
Gitblit v1.9.1