mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
管理端和商家端userInfo字段名变更,管理端会员详情,他的积分字段调整
This commit is contained in:
@@ -397,20 +397,20 @@ export default {
|
||||
orderParams: {
|
||||
searchType: "LAST_SEVEN", // TODAY , YESTERDAY , LAST_SEVEN , LAST_THIRTY
|
||||
year: "",
|
||||
storeId: JSON.parse(Cookies.get("userInfo")).id || "",
|
||||
storeId: JSON.parse(Cookies.get("userInfoSeller")).id || "",
|
||||
memberId: "",
|
||||
},
|
||||
// 订单概念
|
||||
overViewParams: {
|
||||
month: "",
|
||||
searchType: "LAST_SEVEN", // TODAY , YESTERDAY , LAST_SEVEN , LAST_THIRTY
|
||||
storeId: JSON.parse(Cookies.get("userInfo")).id || "",
|
||||
storeId: JSON.parse(Cookies.get("userInfoSeller")).id || "",
|
||||
year: "",
|
||||
},
|
||||
defaultParams: {
|
||||
month: "",
|
||||
searchType: "LAST_SEVEN", // TODAY , YESTERDAY , LAST_SEVEN , LAST_THIRTY
|
||||
storeId: JSON.parse(Cookies.get("userInfo")).id || "",
|
||||
storeId: JSON.parse(Cookies.get("userInfoSeller")).id || "",
|
||||
year: "",
|
||||
},
|
||||
|
||||
@@ -420,7 +420,7 @@ export default {
|
||||
pageNumber: 1,
|
||||
pageSize: 10,
|
||||
searchType: "LAST_SEVEN",
|
||||
storeId: JSON.parse(Cookies.get("userInfo")).id || "",
|
||||
storeId: JSON.parse(Cookies.get("userInfoSeller")).id || "",
|
||||
year: "",
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user