請(qǐng)注意,原有的 wx.onMenuShareTimeline、wx.onMenuShareAppMessage、wx.onMenuShareQQ、wx.onMenuShareQZone 接口,即將廢棄。請(qǐng)盡快遷移使用客戶端6.7.2及JSSDK 1.4.0以上版本支持的 wx.updateAppMessageShareData、updateTimelineShareData 接口。
2018-10-15
出現(xiàn)Call to a member function assign() on a non-object 問題是構(gòu)造函數(shù)覆蓋了父類函數(shù),在__construct()構(gòu)造函數(shù)里加上parent::__construct();即可,或是直接把構(gòu)造函數(shù)刪除!
2018-04-01