Commit 38795b76 authored by liuxinjun's avatar liuxinjun

修改注释

parent 735b4bdf
......@@ -1359,11 +1359,13 @@ var sdk = {
*
* @apiSuccessExample {json} 示例:
* //.参考文档:https://developers.weixin.qq.com/minigame/dev/document/ad/wx.createRewardedVideoAd.html
* sdk.vedioSuccess = function(){
* sdk.videoSuccess = function(){
* //视频成功处理逻辑
* this.successFunction();
* };
* sdk.vedioFail = function(){
* sdk.videoFail = function(){
* //视频失败处理逻辑
* this.failFunction();
* };
* var videoAd = sdk.createRewardedVideoAd();
* videoAd.load().then(() => videoAd.show());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment