|
@@ -20,6 +20,8 @@ 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.$toast.clear();
|
|
|
|
+
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path : '/Paystate',
|
|
path : '/Paystate',
|
|
query: {
|
|
query: {
|
|
@@ -119,7 +121,7 @@ export default {
|
|
message: '订单确认中...',
|
|
message: '订单确认中...',
|
|
forbidClick: true,
|
|
forbidClick: true,
|
|
loadingType: 'spinner',
|
|
loadingType: 'spinner',
|
|
- duration: 10000
|
|
|
|
|
|
+ duration: 3000
|
|
});
|
|
});
|
|
|
|
|
|
// 支付成功后的回调函数,跳转到订单列表
|
|
// 支付成功后的回调函数,跳转到订单列表
|