|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <div class="app-content" :style="{ backgroundImage: `url(${constant.imgUrl}/member/bg.png)` }">
|
|
|
|
|
|
|
+ <div class="app-content" :style="{ backgroundImage: `url(${constant.imgUrl}/member/bg2.png)` }">
|
|
|
<div class="module-com user-info">
|
|
<div class="module-com user-info">
|
|
|
<div class="user-wrap">
|
|
<div class="user-wrap">
|
|
|
<app-avatar-module :src="data.avatarUrl" />
|
|
<app-avatar-module :src="data.avatarUrl" />
|
|
@@ -323,31 +323,31 @@ export default {
|
|
|
remarkModal: false,
|
|
remarkModal: false,
|
|
|
tabsData: [
|
|
tabsData: [
|
|
|
{
|
|
{
|
|
|
- name: "充值",
|
|
|
|
|
|
|
+ name: "改等级",
|
|
|
img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
|
|
img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
|
|
|
funtion: () => {
|
|
funtion: () => {
|
|
|
- this.rechargeModal = true
|
|
|
|
|
|
|
+ this.beginModifyMember()
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- name: "修改等级",
|
|
|
|
|
|
|
+ name: "减余额",
|
|
|
img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
|
|
img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
|
|
|
funtion: () => {
|
|
funtion: () => {
|
|
|
- this.beginModifyMember()
|
|
|
|
|
|
|
+ this.deductAmount = ''
|
|
|
|
|
+ this.deductRemark = ''
|
|
|
|
|
+ this.reduceShow = true
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- name: "减少余额",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/member/tab-icon-6.png`,
|
|
|
|
|
|
|
+ name: "充值",
|
|
|
|
|
+ img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
|
|
|
funtion: () => {
|
|
funtion: () => {
|
|
|
- this.deductAmount = ''
|
|
|
|
|
- this.deductRemark = ''
|
|
|
|
|
- this.reduceShow = true
|
|
|
|
|
|
|
+ this.rechargeModal = true
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- name: "重置密码",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/member/tab-icon-6.png`,
|
|
|
|
|
|
|
+ name: "改密码",
|
|
|
|
|
+ img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
|
|
|
funtion: () => {
|
|
funtion: () => {
|
|
|
this.$msg("开发中")
|
|
this.$msg("开发中")
|
|
|
}
|
|
}
|