|
@@ -181,14 +181,14 @@
|
|
|
const _this = this;
|
|
|
clzConfirm({
|
|
|
title: '提示',
|
|
|
- content: '账户注销后将不能再使用iSCM系统,且您的所有相关数据将被删除,您确定注销吗?',
|
|
|
+ content: '如果您选择注销账户,您的账户信息将被全部清除,将无法使用iSCM系统。如果您确认注销,可提供注册账号,发送邮件到car_octopus@sina.com。1-3个工作日即可完成注销。',
|
|
|
success: function(res) {
|
|
|
if (res.confirm || res.index == 0) {
|
|
|
- logoff().then(ret => {
|
|
|
- if(ret.status == 200){
|
|
|
- _this.toLogin()
|
|
|
- }
|
|
|
- })
|
|
|
+ // logoff().then(ret => {
|
|
|
+ // if(ret.status == 200){
|
|
|
+ // _this.toLogin()
|
|
|
+ // }
|
|
|
+ // })
|
|
|
}
|
|
|
}
|
|
|
});
|