小程序
小游戏
企业微信
微信支付
扫描小程序码分享
哪位大神指正一下
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
真机调试一切正常,打包成apk报签名不正确
appid应该配置应用的吧,AppSecret应该配置到哪里呀
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
plus.share.getServices( function( serviceList ) { var weixin = null for ( var i = 0; i < serviceList.length; i++ ) { if ( serviceList[ i ].id == 'weixin' ) { weixin = serviceList[ i ]; } } if ( weixin ) { weixin.launchMiniProgram( { id: '', //这里写你的小程序原始id(以gh开头) type: 0, //这里是不同的环境(默认0) path: '/pages/tabbar/index' //这里是指定页的路径,如需传参直接字符串拼接(首页可以省略) } ); } else { console.log( "分享失败", serviceList ); uni.showToast( { title: "暂不支持微信分享", icon: 'none', mask: true } ) } }, function( res ) { console.log( "分享失败", JSON.stringify( res ) ); uni.showToast( { title: "暂不支持微信分享", icon: 'none', mask: true } ) } )
APP打开小程序?看一下开放平台APP关联结果是否通过
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
真机调试一切正常,打包成apk报签名不正确
appid应该配置应用的吧,AppSecret应该配置到哪里呀
plus.share.getServices( function( serviceList ) { var weixin = null for ( var i = 0; i < serviceList.length; i++ ) { if ( serviceList[ i ].id == 'weixin' ) { weixin = serviceList[ i ]; } } if ( weixin ) { weixin.launchMiniProgram( { id: '', //这里写你的小程序原始id(以gh开头) type: 0, //这里是不同的环境(默认0) path: '/pages/tabbar/index' //这里是指定页的路径,如需传参直接字符串拼接(首页可以省略) } ); } else { console.log( "分享失败", serviceList ); uni.showToast( { title: "暂不支持微信分享", icon: 'none', mask: true } ) } }, function( res ) { console.log( "分享失败", JSON.stringify( res ) ); uni.showToast( { title: "暂不支持微信分享", icon: 'none', mask: true } ) } )
APP打开小程序?看一下开放平台APP关联结果是否通过