- 数字藏品(NFT)小程序需要什么资质?
数字藏品(NFT)小程序需要什么资质?有懂的吗 麻烦提示下 谢谢
2022-03-03 - if(wx.getUserProfile) 里面打印不返回true false,,,返回一段js代码
[图片] if(wx.getUserProfile) 里打印不返回true false,,,返回一段js代码
2021-04-15 - 禾匠二开小程序提交审核后按钮消失和点击没反应
[图片][图片]体验版正常,但是提交审核后,个人中心我的预约页面的 扫码使用按钮 不见了,我的门店也 点击没有任何反应,能帮忙看看是什么问题吗? 线上小程序 可以搜索 扁大哥
2021-02-11 - getwxacode调用后电脑上可以显示base64二维码,但是真机调试就是没反应,空白,为什么?
<view class="b1" hidden="{{flag}}"> <view class="b2"> <image src='{{qrcodeUrl}}'/> </view> var openid=wx.getStorageSync('openid') if(openid){ wx.request({ url: app.globalData.host+'/getQrcode', data: { scene: openid+'&'+that.data.goodsid }, method:'GET', header: { 'content-type': 'application/json' }, success: function(res) { console.log(res.data) that.setData({ qrcodeUrl:res.data, flag:false }) } })
2020-06-01 - getwxacode调用后电脑上可以显示base64二维码,但是真机调试就是没反应,空白,为什么?
<view class="b1" hidden="{{flag}}"> <view class="b2"> <image src='{{qrcodeUrl}}'/> </view> var openid=wx.getStorageSync('openid') if(openid){ wx.request({ url: app.globalData.host+'/getQrcode', data: { scene: openid+'&'+that.data.goodsid }, method:'GET', header: { 'content-type': 'application/json' }, success: function(res) { console.log(res.data) that.setData({ qrcodeUrl:res.data, flag:false }) } })
2020-05-28