@@ -2,8 +2,8 @@
"name" : "iSCM智慧供应链",
"appid" : "__UNI__5B57B68",
"description" : "iSCM智慧供应链系统",
- "versionName" : "1.2.4",
- "versionCode" : 124,
+ "versionName" : "1.2.5",
+ "versionCode" : 125,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -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()
+ // }
+ // })
}
});