no message

This commit is contained in:
2024-01-17 20:55:36 +08:00
parent 5c5e2f2399
commit 66d792de47
5 changed files with 92 additions and 425 deletions

View File

@@ -42,6 +42,7 @@ var n = require("../../common/vendor.js"),
t.ProductTypeEnum.OVERALL,
t.ProductTypeEnum.VEHICLE_INFO
);
return n._.filter(o.theActionList1, function (t) {
return (
n._.findIndex(r, function (n) {
@@ -152,7 +153,7 @@ var n = require("../../common/vendor.js"),
: null;
},
payMethodList: function (n) {
return n.config ? JSON.parse(n.config.pay_method) : [];
return n.config ? n.config.pay_method : [];
},
},
actions: {