小程序
小游戏
企业微信
微信支付
扫描小程序码分享
环境:win10
手机:华为p30
开发工具版本: 1.02.2001202
devtools下:Referer: https://servicewechat.com/wxd291656f9ee97f56/devtools/page-frame.html
编译到手机下:Referer: https://servicewechat.com/wxa510569715500250/0/page-frame.html 后台提供
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
插件在手机上预览的时候套用的 appid 是你个人的测试号,详细可以参考 https://developers.weixin.qq.com/miniprogram/dev/framework/plugin/development.html#%E9%A2%84%E8%A7%88%E3%80%81%E4%B8%8A%E4%BC%A0%E5%92%8C%E5%8F%91%E5%B8%83
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
plugin下的配置
"appid": "wxd291656f9ee97f56",
"projectname": "sdk",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"libVersion": "2.10.1"
预览包装小程序的配置
"compileType": "miniprogram",
"libVersion": "2.9.3",
"projectname": "miniprogram",
"debugOptions": {
"hidedInDevtools": []
},
"plugins": {
"myPlugin": {
"version": "dev",
"provider": "wxd291656f9ee97f56"
}
没看出来哪地方有问题啊
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
插件在手机上预览的时候套用的 appid 是你个人的测试号,详细可以参考 https://developers.weixin.qq.com/miniprogram/dev/framework/plugin/development.html#%E9%A2%84%E8%A7%88%E3%80%81%E4%B8%8A%E4%BC%A0%E5%92%8C%E5%8F%91%E5%B8%83
plugin下的配置"appid": "wxd291656f9ee97f56","projectname": "sdk","simulatorType": "wechat","simulatorPluginLibVersion": {},"libVersion": "2.10.1"预览包装小程序的配置"compileType": "miniprogram","libVersion": "2.9.3","appid": "wxd291656f9ee97f56","projectname": "miniprogram","debugOptions": {"hidedInDevtools": []},"plugins": {"myPlugin": {"version": "dev","provider": "wxd291656f9ee97f56"}}没看出来哪地方有问题啊