diff --git a/src/pages/information/member.vue b/src/pages/information/member.vue index 95e4322..ec48aec 100644 --- a/src/pages/information/member.vue +++ b/src/pages/information/member.vue @@ -2,18 +2,12 @@ - - - + + + - + {{ '会员编号' }}: {{ item.memberCode }} @@ -22,23 +16,28 @@ {{ '会员姓名' }}: {{ item.memberName }} - - 会员姓名: - {{ item.nickName }} - {{ '联系方式' }}: {{ item.phone }} - + {{ '推荐编号' }}: {{ item.parMemberCode }} - + {{ '推荐姓名' }}: {{ item.parMemberName }} - + 安置编号: {{ item.placeMemberCode }} @@ -46,7 +45,10 @@ 安置部门: {{ item.placeDeptVal }} - + 安置姓名: {{ item.placeMemberName }} @@ -58,44 +60,87 @@ {{ '订单类型' }}: {{ item.orderSourceVal }} - + {{ '服务中心编号' }}: {{ item.centerMemberCode }} - + {{ '服务中心姓名' }}: {{ item.centerMemberName }} - - + + {{ '注册等级' }}: {{ item.pkRegisterGradeVal }} - + {{ '结算等级' }}: {{ item.pkSettleGradeVal }} - - {{ '注册金额' + `(${isLocalSymbol()})` }}: - {{ item.consumeMoney | toThousandthAndKeepDecimal }} + + {{ '注册金额' + `(${isLocalSymbol()})` }}: + {{ + item.consumeMoney | toThousandthAndKeepDecimal + }} - - {{ '注册业绩' + `(${isLocals()})` }}: - {{ item.consumeAchieve | toThousandthAndKeepDecimal }} + + {{ '注册业绩' + `(${isLocals()})` }}: + {{ + item.consumeAchieve | toThousandthAndKeepDecimal + }} - + {{ '隶属体系' }}: {{ item.vertexName }} - + {{ '隶属团队' }}: {{ item.teamName }} - + {{ '注册权限' }}: {{ item.registerAuthorityVal }} - + {{ '实名认证' }}: 已认证 @@ -108,13 +153,21 @@ 复购免考: - {{ item.purchaseStatus === 0 ? '是' : '否' }} - - + {{ + item.purchaseStatus === 0 ? '是' : '否' + }} + + {{ '账户状态' }}: {{ item.accountStatusVal }} - + {{ '钱包状态' }}: {{ item.memberAccountVal }} @@ -156,946 +209,1046 @@ - + - - + + - - + + - + - - + + - + - + - + - + - + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + - - + + - + - - + + - - - + - - + + - + - + - + - - + - + - + - - - + - + - - + - + - - + + - + - - + + - + - - + + - + - - + + - - + + - + - + \ No newline at end of file + .header { + margin: 20rpx; + background: #ffffff; + box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.4); + border-radius: 10px 10px 10px 10px; + display: flex; + align-items: center; + justify-content: space-between; + padding: 30rpx 40rpx; + img { + width: 24px; + height: 24px; + } + } + .zhan { + height: 130rpx; + } + .member-card { + background: #ffffff; + border-radius: 10px; + margin: 20rpx; + padding: 20rpx; + box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.4); + } + + .card-item { + display: flex; + justify-content: space-between; + padding: 10rpx 0; + font-size: 12px; + font-family: PingFang SC-Medium, PingFang SC; + border-bottom: 1rpx solid #f0f0f0; /* Optional: adds a separator line between items */ + } + + .card-item:last-child { + border-bottom: none; /* Optional: removes separator for the last item */ + } + + .card-item-label { + font-weight: 500; + color: #999; + margin-right: 10rpx; + flex-shrink: 0; /* Prevents label from shrinking */ + } + + .card-item-value { + color: #333333; + text-align: right; + word-break: break-all; /* Allows long values to wrap */ + } + + .che { + padding: 20rpx 40rpx; + } + .tt { + padding: 20rpx; + // margin-top: 40rpx; + } + ::v-deep .u-transition { + z-index: 998 !important; + } + .footer { + display: flex; + align-items: center; + padding: 20rpx 60rpx; + .btnn { + margin-right: 40rpx; + } + } + ::v-deep .u-input { + padding: 0 9px !important; + } + ::v-deep .u-form-item__body__left__content__label { + font-size: 12px; + } + ::v-deep .u-form-item__body { + padding: 5px 0; + } +