mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 10:25:53 +08:00
管理端和商家端userInfo字段名变更,管理端会员详情,他的积分字段调整
This commit is contained in:
@@ -254,8 +254,7 @@ export default {
|
||||
},
|
||||
// 导出的待发货订单数据
|
||||
async exportOrder () {
|
||||
let userInfo = JSON.parse(Cookies.get("userInfo"));
|
||||
console.log(userInfo);
|
||||
let userInfo = JSON.parse(Cookies.get("userInfoSeller"));
|
||||
const params = {
|
||||
// 搜索框初始化对象
|
||||
pageNumber: 1, // 当前页数
|
||||
|
||||
Reference in New Issue
Block a user