Authored by shuaiguo

feat(payment): payment改为12

@@ -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);
1 { 1 {
2 "name": "xianyu-ufo-app-web", 2 "name": "xianyu-ufo-app-web",
3 - "version": "1.6.7", 3 + "version": "1.6.8",
4 "private": true, 4 "private": true,
5 "description": "Xianyu Project With Express", 5 "description": "Xianyu Project With Express",
6 "repository": { 6 "repository": {