mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-22 14:33:02 +08:00
拉取更新
This commit is contained in:
parent
82b9632c10
commit
be2c7476b7
1 changed files with 9 additions and 0 deletions
|
@ -61,6 +61,15 @@ layui.config({
|
|||
}, 10);
|
||||
AjaxPostUtil.request({url:reqBasePath + "login002", params:{}, type:'json', callback:function(json){
|
||||
if(json.returnCode == 0){
|
||||
winui.window.open({
|
||||
id: '公告',
|
||||
type: 1,
|
||||
title: '公告',
|
||||
content: '<p style="padding:20px;">您的支持是对我们最大的动力!!!!!!^_^</p>'
|
||||
+'<img src="1.png" style="width: 350px;float: left;margin-left: 10px;"/>'
|
||||
+'<img src="2.png" style="width: 350px;float: right;margin-right: 10px;"/>',
|
||||
area: ['800px', '600px']
|
||||
});
|
||||
$("#userPhoto").attr("src", fileBasePath + json.bean.userPhoto);
|
||||
$("#userName").html(json.bean.userCode + '(' + json.bean.userName + ')');
|
||||
userId = json.bean.id;
|
||||
|
|
Loading…
Reference in a new issue