调用
如果你使用的ionic
框架,也可以通过native方式使用。
详情参考wechat-native
定义
declare let Wechat:any;
调用
Wechat.somefunction(params,function(success){
console.log("调用成功");
},function(err){
console.log("调用失败");
});
如果你使用的ionic
框架,也可以通过native方式使用。
详情参考wechat-native
定义
declare let Wechat:any;
调用
Wechat.somefunction(params,function(success){
console.log("调用成功");
},function(err){
console.log("调用失败");
});