map组件的enable-indoor属性必须购买个性化地图才能使用吗
请问小程序使用腾讯地图map组件要收费了吗?企业小程序使用腾讯地图,仅仅使用了map组件,比如markers基础属性,没有使用地图个性化样式,也没有使用腾讯地图提供的各种api,还会收费嘛? 因为腾讯地图工作人员打电话过来说,只要是使用了地图组件都得收费,5万一年。
03-18小程序appid是个人的不是公司的
为什么一直报错wxConfig is not defined?刚拿到的小程序项目
2023-02-16jsApiList: [''], 不能为空
wx-open-launch-weapp标签无法在安卓手机上显示?<body style="background-color: #ededed"> <div id="webapp" class="wexin-launch-btn"> <wx-open-launch-weapp id="launch-btn" username="gh_" path="pages/index/index.html" > <template> <img class="btn" style='width:100%;' src="https://1.png" border="0" width="100%" > </template> </wx-open-launch-weapp> </div> </body> <script type="text/javascript"> wx.config({ debug : false, appId : '', timestamp : '', nonceStr : '', signature : '', jsApiList : [], openTagList : [ 'wx-open-launch-weapp' ] // 可选 }); var btn = document.getElementById('launch-btn'); btn.addEventListener('launch', function(e) { console.log('success'); }); btn.addEventListener('error', function(e) { console.log('fail', e.detail); }); </script>
2021-06-07