|
@@ -715,6 +715,10 @@ export const paymentChannelStatus = [
|
|
|
{
|
|
|
value: "ADAPAY",
|
|
|
label: "汇付"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: "YEEPAY",
|
|
|
+ label: "易宝"
|
|
|
}
|
|
|
];
|
|
|
// 销售类型
|
|
@@ -903,7 +907,7 @@ export const levelStatusList = getValueForKey(levelStatus);
|
|
|
export const evaluateStatusList = getValueForKey(evaluateStatus);
|
|
|
export const problemTypeList = getValueForKey(problemType);
|
|
|
export const schoolUserTypeList = getValueForKey(schoolUserType);
|
|
|
-export const shareLiveTypeList = getValueForKey(shareLiveType)
|
|
|
+export const shareLiveTypeList = getValueForKey(shareLiveType);
|
|
|
//downListType
|
|
|
function getValueForKey(obj) {
|
|
|
let arr = [];
|