去公众平台安全助手查过了吗
我身份证只注册了3个小程序,却该身份证已登记过5次,请使用另一个身份证完成用户信息登记。怎么处理?我身份证只注册了3个小程序,却该身份证已登记过5次,请使用另一个身份证完成用户信息登记。怎么处理?
2022-03-03感觉你的json结构有点奇怪啊。that.setData里面改成 image:res.data[0],src="{{item.image}}" 改成 src="{{item}}" 试试。而且最好不要都命名为image吧,逻辑容易乱,for循环那里可以命名为images啊
云开发渲染轮播图,不知道为什么渲染不出来?<swiper> <swiper-item wx:for="{{image}}" wx:key="id"> <image src="{{item.image}}"></image> </swiper-item> </swiper> wx.cloud.database().collection('banner').get({ success: function(res) { // res.data 包含该记录的数据 console.log("图片记录",res) console.log(res.data) that.setData({ image:res.data }) } }) [图片]
2022-03-03先打印util看看吧
utils.js怎么写带返回值函数?为什么输出为undefined?utils/utils.js function test(){ return 'ok'; } module.exports = { test } var util = require('utils/util.js') console.log(util.test);//为什么输出为undefined?
2022-03-03打印有执行吗
input的这个同步的公祖这里是怎么回事我同步数据在appdate没同步?[图片] [图片] [图片] 这边还崩了一堆的错误 求教大佬了[图片]
2022-03-01是不是json文件引入漏了
引用vant webapp的dropdown-menu样式出现问题?[图片] 为啥样式成了这样,怎么解决?
2022-03-01你的detail也拼错了
input现在已经更新了 之前的用不了?input 现在这个获取数据并打印出来<input></input>没有用 现在更新了是<input /> 这个怎么用啊 求大佬教教了
2022-03-01这个不好猜呀
Cannot destructure property 'data' of '?TypeError: Cannot destructure property 'data' of 'n' as it is undefined.这到底是个什么错误啊,小程序能正常运行,但是这个错误会时不时的出现[图片]
2022-02-28要请求什么接口就填什么,否则可以不填的
问一下小程序域名?想问一下小程序开发者后台那个域名怎么搞是自己注册还是怎么能?
2022-02-28arr.slice(0,5)
如何在微信小程序从返回的JSON中提取自己想要的数据?[图片][图片]
2022-02-28文件列表多截一点看看?
image节点的src图片相对路径无法显示?出现这样的错误提示信息 [渲染层网络层错误] Failed to load local image resource /pages/index/images/user-unlogin.png the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error) (env: Windows,mp,1.05.2201240; lib: 2.18.0)
2022-02-25