...
|
...
|
@@ -112,7 +112,9 @@ export default { |
|
|
|
|
|
this.payAction({
|
|
|
orderCode: this.orderCode,
|
|
|
payment: this.$xianyu.isAliApp ? 2 : 9
|
|
|
// eslint-disable-next-line lines-around-comment
|
|
|
// payment: this.$xianyu.isAliApp ? 2 : 9
|
|
|
payment: 12
|
|
|
}).then((result) => {
|
|
|
toast.hide();
|
|
|
this.onSuccess(result);
|
...
|
...
|
|