zs 2 năm trước cách đây
mục cha
commit
981874abbf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pagesMy/teamCreate/index.js

+ 1 - 1
pagesMy/teamCreate/index.js

@@ -111,7 +111,7 @@ Page({
                         if (arr) { res.data.date = arr[0]; res.data.time = arr[1] }
                         for (const val of res.data.member) {
                             for (const as of that.data.userList) {
-                                if (as._id == val) as.checked = true
+                                if (as._id == val) as.checked = "true"
                             }
                         }
                         console.log(that.data.userList);