zs преди 2 години
родител
ревизия
981874abbf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);