Merge branch 'dev' of 47.94.45.65:angelo/web-zk-admin into test
This commit is contained in:
commit
b8dcf545b0
|
@ -185,14 +185,7 @@ export function passwordFreeLen(params) {
|
||||||
params
|
params
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 会员有效状态
|
|
||||||
export function getExpirestatus(params) {
|
|
||||||
return request({
|
|
||||||
url: '/system/pub/enums/get-expirestatus',
|
|
||||||
method: 'get',
|
|
||||||
params
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 会员奖衔查询列表
|
// 会员奖衔查询列表
|
||||||
export function member_awards(params) {
|
export function member_awards(params) {
|
||||||
return request({
|
return request({
|
||||||
|
|
|
@ -715,7 +715,6 @@ import {
|
||||||
passwordFreeLen,
|
passwordFreeLen,
|
||||||
incomeStatusList,
|
incomeStatusList,
|
||||||
serviceStatus,
|
serviceStatus,
|
||||||
getExpirestatus,
|
|
||||||
copyPwd
|
copyPwd
|
||||||
} from '@/api/member'
|
} from '@/api/member'
|
||||||
import {
|
import {
|
||||||
|
@ -1082,9 +1081,6 @@ export default {
|
||||||
getattestation().then((res) => {
|
getattestation().then((res) => {
|
||||||
this.tattestation = res.data
|
this.tattestation = res.data
|
||||||
})
|
})
|
||||||
getExpirestatus().then((res) => {
|
|
||||||
this.expireList = res.data
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
// 服务协议
|
// 服务协议
|
||||||
serviceStatus() {
|
serviceStatus() {
|
||||||
|
|
Loading…
Reference in New Issue