Commit d38092a3 authored by wildfirecode13's avatar wildfirecode13

u

parent 8725beb9
// import { start, WeixinMini, updateShare } from '@spark/share' // import { start, WeixinMini, updateShare } from '@spark/share'
export const startShare=()=>{ export const startShare = () => {
console.log('wx.miniProgram.postMessage') console.log('wx.miniProgram.postMessage')
//@ts-ignore //@ts-ignore
wx.miniProgram.postMessage( wx.miniProgram.postMessage(
{ {
dataIntent:1,//必传 1参数用于分享 data: {
limitation:0,//进入条件 0随便进;1开卡会员;2认证会员 dataIntent: 1,//必传 1参数用于分享
sharable:1,//被分享者打开后能否进行分享 0不能;1可以 limitation: 0,//进入条件 0随便进;1开卡会员;2认证会员
title:"我正在参加d\'zzit拆盲盒", sharable: 1,//被分享者打开后能否进行分享 0不能;1可以
imageUrl:"https://yun.duiba.com.cn/db_games/activity/disulogo2.jpg",//分享弹窗显示的图片 title: "我正在参加d\'zzit拆盲盒",
h5url:"https://85337.activity-1.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&iscustom=1&issharepage=1",//分享的链接(不需要encode) imageUrl: "https://yun.duiba.com.cn/db_games/activity/disulogo2.jpg",//分享弹窗显示的图片
h5url: "https://85337.activity-1.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&iscustom=1&issharepage=1",//分享的链接(不需要encode)
}
} }
) )
} }
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