diff --git a/src/views/user/userCustomer/index.vue b/src/views/user/userCustomer/index.vue index f5ce572..7072674 100644 --- a/src/views/user/userCustomer/index.vue +++ b/src/views/user/userCustomer/index.vue @@ -126,12 +126,9 @@ --> @@ -145,8 +142,9 @@ - 初级认证 - 高级认证 + KYC认证 + 商户认证 + pro认证 @@ -290,7 +288,6 @@ export default { // 用户状态修改 handleStatusChange(row) { - console.log(row.status) let text = row.status === "normal" ? "启用" : "停用"; this.$modal.confirm('确认要"' + text + '""' + row.name + '"用户吗?').then(function () { return changeUserStatus(row.userId, row.status);