hioshop-miniprogram icon indicating copy to clipboard operation
hioshop-miniprogram copied to clipboard

小程序分享到朋友圈空白的问题

Open peizhou opened this issue 4 years ago • 1 comments

controller 下的 qrcode.js 第4行

改为: const https = require("https");

第42行改为: var req = https.request(options2, function(res) {

小程序后台开发设置的 download file 的host要改为你的图片地址的host, 否则还是一片空白

效果如图:

peizhou avatar Jul 26 '20 13:07 peizhou

好像还是出不来小程序二维码呢

foxaaa avatar Oct 10 '20 06:10 foxaaa