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