Commit 23a13354 by TengFengLian

修复绑定信息问题

parent a01050e5
Showing with 1 additions and 1 deletions
...@@ -68,7 +68,7 @@ Page({ ...@@ -68,7 +68,7 @@ Page({
that.setData({ that.setData({
type: userType == 1 ? 1 : 0, type: userType == 1 ? 1 : 0,
}) })
} if (this.data.showIndex == 0) { } else if (this.data.showIndex == 0) {
that.setData({ that.setData({
tabIn: false, tabIn: false,
showIndex: 1, showIndex: 1,
......
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