Compare commits

..

No commits in common. "b8dcf545b0db022c33a324f88699fd11e102f5d2" and "410ab9131e067894830d0242195b6d3b2de951d8" have entirely different histories.

2 changed files with 12 additions and 1 deletions

View File

@ -185,7 +185,14 @@ export function passwordFreeLen(params) {
params
})
}
// 会员有效状态
export function getExpirestatus(params) {
return request({
url: '/system/pub/enums/get-expirestatus',
method: 'get',
params
})
}
// 会员奖衔查询列表
export function member_awards(params) {
return request({

View File

@ -715,6 +715,7 @@ import {
passwordFreeLen,
incomeStatusList,
serviceStatus,
getExpirestatus,
copyPwd
} from '@/api/member'
import {
@ -1081,6 +1082,9 @@ export default {
getattestation().then((res) => {
this.tattestation = res.data
})
getExpirestatus().then((res) => {
this.expireList = res.data
})
},
//
serviceStatus() {