微信API 需要查看图片缺失问题

This commit is contained in:
limqhz
2023-02-06 18:51:37 +08:00
parent 23a10593c8
commit 40ca4223dd
8 changed files with 98 additions and 93 deletions

View File

@@ -18,7 +18,7 @@ Page({
onLoad: function (options) {
},
onShow: function () {
app.$api.taskList().then(x => {
app.$api.getSetting(1).then(x => {
console.log(x);
})
if (wx.canIUse('hideHomeButton')) {