|
@@ -102,18 +102,22 @@
|
102
|
102
|
}
|
103
|
103
|
|
104
|
104
|
window.onload = function (){
|
105
|
|
- $(".mask").css("visibility","visible");
|
106
|
|
- $(".content p").html('加入账本成功');
|
107
|
105
|
if(avatar == "null" || avatar == ""){
|
108
|
106
|
$(".userImg").attr("src","image/logo.png");
|
109
|
107
|
}else{
|
110
|
108
|
$(".userImg").attr("src",avatar);
|
111
|
109
|
}
|
|
110
|
+ $(".inviting text").html(book_name);
|
|
111
|
+ $(".inviting span").html(user_name);
|
112
|
112
|
if(code != 0){
|
113
|
113
|
$(".inviting").html(message);
|
|
114
|
+ $(".mask").css("visibility","visible");
|
|
115
|
+ $(".content p").html(message);
|
|
116
|
+ }else{
|
|
117
|
+ $(".mask").css("visibility","visible");
|
|
118
|
+ $(".content p").html('加入账本成功');
|
114
|
119
|
}
|
115
|
|
- $(".inviting text").html(book_name);
|
116
|
|
- $(".inviting span").html(user_name);
|
|
120
|
+
|
117
|
121
|
}
|
118
|
122
|
|
119
|
123
|
function iknow () {
|