feat(payment): payment改为12
Showing
2 changed files
with
4 additions
and
2 deletions
@@ -112,7 +112,9 @@ export default { | @@ -112,7 +112,9 @@ export default { | ||
112 | 112 | ||
113 | this.payAction({ | 113 | this.payAction({ |
114 | orderCode: this.orderCode, | 114 | orderCode: this.orderCode, |
115 | - payment: this.$xianyu.isAliApp ? 2 : 9 | 115 | + // eslint-disable-next-line lines-around-comment |
116 | + // payment: this.$xianyu.isAliApp ? 2 : 9 | ||
117 | + payment: 12 | ||
116 | }).then((result) => { | 118 | }).then((result) => { |
117 | toast.hide(); | 119 | toast.hide(); |
118 | this.onSuccess(result); | 120 | this.onSuccess(result); |
-
Please register or login to post a comment