Browse Source

微信支付完成后隐藏提示

zhengqiang 5 năm trước cách đây
mục cha
commit
2a5fc1dcdc
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/components/Pay.vue

+ 3 - 1
src/components/Pay.vue

@@ -94,7 +94,9 @@ export default {
     queryPayResult(recordId) {
       remoteApi.queryRechargeRecord(recordId).then((resp)=>{
         if(resp.result && resp.data.paymentStatus=="20"){
-           this.$router.push({
+          this.$toast.clear();
+
+          this.$router.push({
             path : '/Paystate',
             query: {
               payType : resp.data.buyType