Commit 475924a9 authored by cc's avatar cc

update

parent 7251edb7
......@@ -30,9 +30,16 @@ import {
* 初始化分享
*/
export async function onInitShare(cb?) {
// await start([Weixin], function (success) {
// console.log("share result:----", success)
// cb && cb()
// })
await start([Weixin], function (success) {
console.log("share result:----", success)
cb && cb()
}, {
isMiniApp: true,
apk: '3n5TgKxmMy1kYhuddr2K84o1YyHm'
})
}
/**
......
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