Authored by shuaiguo

feat(payment): payment改为12

... ... @@ -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);
... ...
{
"name": "xianyu-ufo-app-web",
"version": "1.6.7",
"version": "1.6.8",
"private": true,
"description": "Xianyu Project With Express",
"repository": {
... ...