Commit a7c08f82 by libai

测试

parent 13349467
Showing with 3 additions and 2 deletions
...@@ -107,10 +107,11 @@ ...@@ -107,10 +107,11 @@
var data=JSON.parse(msg); var data=JSON.parse(msg);
console.log('家族申请入口',data) console.log('家族申请入口',data)
if(data.code==1){ if(data.code==1){
layer.msg() layer.msg("申请成功")
_this.addClass(".fml-btn-yes") _this.addClass("fml-btn-yes")
_this.text("申请中") _this.text("申请中")
_this.unbind("click") _this.unbind("click")
}else{ }else{
layer.msg(decodeURIComponent(data.msg)); layer.msg(decodeURIComponent(data.msg));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment