- 您好,政府单位认证的订阅号如何申请每日群发次数?
您好,政府单位认证的宣传用的订阅号现在每天只能群发一次,请问如何可以增加群发次数?
2021-01-22 - 小程序中 project.config.json文件中的useApiHook是做什么用的?
每次打开开发工具项目的project.config.json文件中的useApiHook默认是true,修改成false保存后,下次打开还是true,如果不修改成false,页面中使用的自定义组件custom就不显示。想问下useApiHook到底是干什么用的?在开发工具中哪里可以设置?
2020-09-18 - 1.03.2008270版本开发工具自定义cu-custom组件标题栏消失?
更新了1.03.2008270版本开发工具后,打开项目发现在开发工具模拟器中所有页面的标题都消失了,但是在手机中是正常,项目是用的Color-ui做的, page.wxml
购物车view> cu-custom> --------------------------------------------------------------------------- app.json "usingComponents": { "cu-custom": "/colorui/components/cu-custom" }, ------------------------------------------------------------------------- app.js wx.getSystemInfo({ success: e => { this.globalData.StatusBar = e.statusBarHeight; let capsule = wx.getMenuButtonBoundingClientRect(); if (capsule) { this.globalData.Custom = capsule; this.globalData.CustomBar = capsule.bottom + capsule.top - e.statusBarHeight; } else { this.globalData.CustomBar = e.statusBarHeight + 50; } } }) 2020-09-04