xcx 4 år sedan
förälder
incheckning
807d2b04a2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/pages/PaiJiang/PaiJiangGuanLi/index.vue

+ 1
- 1
src/pages/PaiJiang/PaiJiangGuanLi/index.vue Visa fil

@@ -145,7 +145,7 @@ export default {
145 145
           CurrentOrder = { ...item }
146 146
         }
147 147
       })
148
-      this.AliPay({ urlData: { orderId: CurrentOrder.orderId }, queryData: { returlURL: encodeURIComponent(`${window.location.origin}/#/PaiJiang/PaiJiangGuanLi`) } }).then((res) => {
148
+      this.AliPay({ urlData: { orderId: CurrentOrder.orderId }, queryData: { returlURL: `${window.location.origin}/#/PaiJiang/PaiJiangGuanLi` } }).then((res) => {
149 149
         this.DataLock = false
150 150
         window.location.href = res.data.data.payUrl
151 151
       }).catch((res) => {