diff --git a/src/api/xq/user.js b/src/api/xq/user.js
index f32ae7f..52e815f 100644
--- a/src/api/xq/user.js
+++ b/src/api/xq/user.js
@@ -106,6 +106,14 @@ export function getUser(id) {
})
}
+export function getFullUser(id) {
+ return request({
+ url: '/xq/user/fullUser',
+ method: 'get',
+ params: {"userId":id}
+ })
+}
+
// 新增用户管理
export function addUser(data) {
return request({
diff --git a/src/views/xq/user/user-info-dialog.vue b/src/views/xq/user/user-info-dialog.vue
new file mode 100644
index 0000000..8c5d4a6
--- /dev/null
+++ b/src/views/xq/user/user-info-dialog.vue
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+ {{info.user.id}}
+
+
+ {{info.user.usercode}}
+
+
+ {{info.user.mobile}}
+
+
+ {{info.user.nickname}}
+
+
+
+
+
+
+
+
+ {{info.user.age}}
+
+
+ {{info.user.birthday}}
+
+
+
+
+
+
+
+
+
+
+ {{info.user.city}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{info.userInfo.lastLoginIp}}
+
+
+ {{info.userInfo.lastLoginTime}}
+
+
+ {{info.userInfo.lastLocation}}
+
+
+ {{info.userInfo.regIp}}
+
+
+ {{info.userInfo.regTime}}
+
+
+
+
+
+
+ {{info.account.coin}}
+
+
+ {{info.account.incomeCoin}}
+
+
+ {{info.account.totalBuyMoney}}
+
+
+ {{info.account.totalBuyCoin}}
+
+
+
+
+
+
+
+
+
+ {{info.userMember.expireDate}}
+
+
+
+
+
+
+
+
+
+ {{info.anchor.price}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{info.anchor.giveScore}}
+
+
+ {{info.anchor.serviceCount}}
+
+
+ {{info.anchor.serviceTime}}
+
+
+ {{info.anchor.videoRate}}
+
+
+ {{info.anchor.guardRate}}
+
+
+ {{info.anchor.giftRate}}
+
+
+
+
+
+
+
+
+
+ {{info.userOnline.lastLiveTime}}
+
+
+
+
+
+
+
+
+