看这个调用参数没有图文,有可以调用图文的参数吗?
var sweixin = null;
// 需调用plus.share.getServices获取微信分享服务对象
//...
/**
打开微信客服
*/
function openWeixinService(){
sweixin?sweixin.openCustomerServiceChat({
corpid:'111112222',
url:'https://www.weixin.com//'
}):plus.nativeUI.alert('当前环境不支持微信操作!');
}
0 个回复