This commit is contained in:
chenrx
2024-06-03 20:11:48 +08:00
parent 3e91a4325a
commit b5875a09d6
+1 -1
View File
@@ -100,7 +100,7 @@ Page({
isBinMobile = true
}
that.setData({
has_mobile: true
has_mobile: isBinMobile
})
})
})