没这回事,日常审核都忙不过来呢
小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?小程序需要年审么?
2020-04-22能否提供可以复现问题的代码片段呢?可以更快地定位问题 如何创建并分享代码片段?见:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
video 标签,首次展示的时候会播放视频开头1-2秒,每次都是,数据没有重载video 标签,首次展示的时候会播放视频开头1-2秒,每次都是,数据没有重载
2020-04-22应该是传入的图片的网址错误 请提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
wx.previewImage iOS真机预览黑屏?iphone8 plus ios 13.4 微信版本:7.0.12 基础库版本:2.11.0 [图片]
2020-04-22你好,请看这个https://developers.weixin.qq.com/miniprogram/dev/framework/quickstart/release.html#%E5%8F%91%E5%B8%83%E4%B8%8A%E7%BA%BF
小程序尚未发布?小程序尚未发布是怎么回事,应该登陆电脑怎么弄呢?有人知道吗 [图片]
2020-04-22WeChatID是什么?使用的是什么接口?用户注册,是自己写的后端接口吗?
小程序中用户注册,同一台设备每次生成的WeChatID都不一样小程序中用户注册,同一台设备每次生成的WeChatID都不一样,这是什么原因?
2020-04-22暂不支持该功能 但是可以通过订阅消息来提醒用户新订单。https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/subscribe-message.html
我开发的小程序如何加数字提醒?[图片]
2020-04-22请提供可以复现问题的代码片段。 如何创建并分享代码片段?见:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
样式问题模拟器样式不显示?开发工具是最新版本,用的是colorui组件,手机上预览是没问题,在模拟器上看样式是乱的,缓存清了也没用
2020-04-21改成这样 <image class="image" mode="scaleToFill" src='../../images/35359631.jpg'></image> .image{ width: 100%; height: 100vh; background-color: rgba(0,0,0,.2); }
页面背景图片如何全屏呢?尝试设置width100%均无效wxss和wxml如下,很简单的示例,不知道为啥就不能铺开 [图片] <image mode="scaleToFill" src='../../images/35359631.jpg'></image> .image{ width: 100%; height: 100%; background-color: rgba(0,0,0,.2); }
2020-04-21把console.log(res.date.lenght)改为console.log(res.data.length)
为什么我的这部分代码在onload里面,不会被运行,会直接被跳过?代码像下面一样,目的是为了检测数据库有没有这个用户,如果有就跳过这个环节 const db = wx.cloud.database() db.collection('student').where({ _openid: app.globalData.openid }) .get({ success: function(res) { console.log(res.date.lenght) if (parseFloat(res.date.lenght) > 0) { wx.navigateTo({ url: '../index1/index1', }) } }, })
2020-04-21input在哪呢?是被键盘挡住了吗?
input获取焦点 内容位置不准确?[图片]
2020-04-21