mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
fc01a6a68c
commit
ca31400527
@ -101,9 +101,10 @@
|
||||
console.log(vm, tmpUserInfo);
|
||||
vm.userName = tmpUserInfo.name;
|
||||
//加个水印
|
||||
|
||||
if (tmpUserInfo.watermark == 'true') {
|
||||
vc.watermark({ watermark_txt: vc.i18n('systemName') + ":" + tmpUserInfo.name });
|
||||
}
|
||||
}
|
||||
}, function () {
|
||||
console.log('请求失败处理');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user