|
@@ -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);
|