优化代码

This commit is contained in:
java110 2021-04-17 01:32:13 +08:00
parent fc01a6a68c
commit ca31400527

View File

@ -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('请求失败处理');
}