There is no picture on WeChat Mini Programs's sharing card when he shares it with others on iOS.

when WeChat Mini Programs shares with others on iOS, there are no pictures on the card
, but pictures can be displayed on Android

onShareAppMessage: function (res) {

var that = this;
return {
  title: that.data.title,
  path: "/pages/detail/detail?id=1",
  imageUrl: that.data.img,
  success: function (res) {
    wx.showToast({
      title: "",
      icon: "success",
      duration: 1500
    })
  },
  fail: function (res) {
    wx.showToast({
      title: "",
      icon: "none",
      duration: 1500
    })
  }
}

}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35626-2b2f2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35626-2b2f2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?