@@ -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