no message
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user