- wx.request 真机调试可以 体验版不行 已经是https
https: 域名: https://www.xinchangits.cn wx.request({ url: config.service.loginUrl, //仅为示例,并非真实的接口地址 method:"POST", data: dataOb, header: { 'content-type': 'application/json' // 默认值 }, success: function(res) { if(res.data.code == 200){ //设置缓存 wx.setStorageSync(config.service.tokenName, res.data.data); showSuccess('登录成功'); wx.navigateTo({ url: '../index/index' }) }else{ showModel("登录失败",res.data.msg); } }, error: function(res){ showModel('登录失败', res); }
2020-07-20 - wx-open-launch-weapp内部image图片不展示
图片不展示,怎么办啊,本地路径的 <wx-open-launch-weapp id="launch-btnGgzxc" username="gh_7d8add1da850" path="" > <template> <div style="width: 60px;height: 60px;border-radius: 5px;margin: 0 auto; " > <img src="../images/icon_ggzxc.png" style="width: 60px; "> </div> <div style="color:#272822;font-size: 14px;margin-top: 8px;"> 公共自行车 </div> </template> </wx-open-launch-weapp>
2020-07-16 - 公众号h5跳转小程序,跳转成功,提示该功能无法使用?
你好: <wx-open-launch-weapp> 标签: 跳转成功,但是页面马上有提示 该功能无法使用 [图片] 代码:<wx-open-launch-weapp id="launch-btn" username="gh_a2d5ed4f8fe4" path="" > <template> <style>.btn { padding: 12px }</style> <button class="btn">打开小程序<button> </template> </wx-open-launch-weapp>
2020-07-08