- 微信认证?
现在是必须进行认证了吗?不认证不能被搜索和分享 [图片][图片]
01-04 - 开发工具频繁提示navigationStyle 是 custom?
[图片] 开发工具老是提示: 由于 skyline 页面的 navigationStyle 是 custom,app.json 中的 window 配置 navigationStyle、navigationBarTextStyle、navigationBarTitleText、navigationBarBackgroundColor 是不生效的 而且默认新建项目是自定义navigationStyle ,重启、重装工具都不行
2023-12-28 - 小程序个人主体备案,可以做记账的吗?
小程序个人主体备案,可以做记账的吗,075536558483电话说他是小程序备案审核的,说个体认证的小程序做不了记账工具,别人不能用,只能自己用
2023-10-14 - textarea设置font-size后高度会卡住,怎么解决?
设置的auto-height为true时,在给字体设置大小,回车换行时会卡一下,在按回车就可以换行,删除时只能删除到第二行的高度 <view class="box"> <view class="title">标题</view> <view class="content"> <textarea value="{{content}}" auto-height class="textarea" /> </view> </view> .textarea{ border: black 1rpx solid; box-sizing: border-box; width: 100%; font-size: 28rpx; }
2023-04-06 - db.collection(...).doc(...).aggregate is not a fu
小程序端使用 db.collection('commodity').doc(options._id).aggregate() .lookup({ from: 'label', localField: 'label', foreignField: '_id', as: 'publishedBooks', }) .project({ name:1, coordinate: ["$publishedBooks.name"] }) .end().then(res => { console.log(res.data) }) 报错db.collection(...).doc(...).aggregate is not a function
2023-03-18 - 内容管理中删除一个商品,云存储中图片资源还在
内容管理CMS中删除一个商品,云存储中图片资源还在,有办法一同删除吗
2023-03-15 - 开发工具中的模拟器出现缺失像素的问题?
[图片][图片][图片] 重新安装工具,清楚缓存也这样
2022-11-13