Commit 4ca27e61 by LiuJunYi

会员关联提示BUG

parent ca5c8aba
......@@ -112,9 +112,11 @@ Page({
that.setData({
visible1: false
})
that.setData({
visible2: true
})
if (res.is_relation){
that.setData({
visible2: true
})
}
//更新下用户数据
that.getUserInfo()
} else {
......
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 to comment