Commit a7c08f82 by libai

测试

parent 13349467
Showing with 3 additions and 2 deletions
......@@ -107,10 +107,11 @@
var data=JSON.parse(msg);
console.log('家族申请入口',data)
if(data.code==1){
layer.msg()
_this.addClass(".fml-btn-yes")
layer.msg("申请成功")
_this.addClass("fml-btn-yes")
_this.text("申请中")
_this.unbind("click")
}else{
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