Merge pull request #34605 from microJ/master

[@types/wx-js-sdk-dt] fix interface ShareToTimelineConfig
This commit is contained in:
Benjamin Lichtman
2019-04-10 10:39:06 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ declare namespace wx {
/**
* 分享图标
*/
imageUrl?: string;
imgUrl?: string;
success?: () => void;
}

View File

@@ -146,5 +146,5 @@ wx.updateAppMessageShareData({
wx.updateTimelineShareData({
title: '',
link: '',
imageUrl: ''
imgUrl: ''
});