|
|
@@ -77,7 +77,7 @@ export default {
|
|
|
id: '',
|
|
|
orderId: '',
|
|
|
payName: '',
|
|
|
- gas: 1,
|
|
|
+ gas: 0,
|
|
|
collectionList: [],
|
|
|
collectionIds: '',
|
|
|
price: 0,
|
|
|
@@ -324,7 +324,6 @@ export default {
|
|
|
if (e) {
|
|
|
this.showPwdDialog = false;
|
|
|
this.$toast.clear();
|
|
|
- console.log('sdgdfvdgvd');
|
|
|
this.$dialog
|
|
|
.alert({
|
|
|
title: '提示',
|
|
|
@@ -346,9 +345,14 @@ export default {
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.$toast.success('支付成功');
|
|
|
+ this.$toast.loading({
|
|
|
+ message: '请稍等',
|
|
|
+ forbidClick: true
|
|
|
+ });
|
|
|
setTimeout(() => {
|
|
|
+ this.$toast.clear();
|
|
|
this.$router.replace('/orderDetail?id=' + this.id);
|
|
|
- }, 1000);
|
|
|
+ }, 1500);
|
|
|
})
|
|
|
.catch(e => {
|
|
|
this.tradeCode = '';
|