xcx преди 4 години
родител
ревизия
807d2b04a2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/pages/PaiJiang/PaiJiangGuanLi/index.vue

+ 1
- 1
src/pages/PaiJiang/PaiJiangGuanLi/index.vue Целия файл

@@ -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) => {