分享

Microseer.openShareCenter(object)

object 参数说明

参数名 类型 必填 说明
title string 分享标题
content string 分享内容
url string 分享的链接
picUrl string 分享缩略图链接
success function 分享成功回调函数
fail function 分享失败回调函数

eg:


var object = {
    title:'分享的标题',
    content:'分享的内容',
    url:'http://shop.exinbao.com/mobile/item/3470297.html',
    picUrl:'http://img13.360buyimg.com/n0/jfs/t3865/169/15100556/297042/ca9959a4/5837cd36N3e5b17e4.jpg',
    success:function(){

    },
    fail:function(){

    }
}
Microseer.openShareCenter(object);

results matching ""

    No results matching ""