Explorar el Código

Merge pull request #4 from John-Hong/John/release-1.30.0/fix-6833

fix(KIP-6833): 临时停车,多次点击支付按钮,会使页面没有反应_v2
Tron hace 2 años
padre
commit
09e052b52a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/parkingFee/parkingFeeDetail.vue

+ 1 - 0
src/pages/parkingFee/parkingFeeDetail.vue

@@ -1762,6 +1762,7 @@ export default {
         header: JSON.parse(uni.getStorageSync('handleUser')),
       })
         .then(async (res) => {
+          this.Toastloading.clear();
           // console.log(1795, res);
           if (res.data?.code == '000000') {
             const prepayJson = res.data.data.params;