- 如何用map对集合属性去重?
想实现的是如果加进来的值一样,就把数组的相同的值也删除 [图片] 为啥在idea能去重的代码在微信小程序不能使用了 [图片] [图片]
2022-05-05 - 如何使用map函数?
如何在map函数内把wordList的多个数组合并成一个呢? [图片]
2022-05-03 - wx.setClipboardData如何取出选中的数据?
我的数据是以数组的形式存入数据库的,这样就导致我无法取出特定的数据(选中后出现的数据也是列表),能不被通过wx.setClipboardData获得选中的单个数据呢? [图片] wxml [图片] js [图片]
2022-04-26 - scroll-view给了纵向滚动和高度默认值为何失效?
[图片][图片]scroll-view触底事件失效,滑动没有任何反应
2022-04-08 - 如何正确的使用lookup查询?
云数据库中含有该字段,但是查询不到,是我写的有问题吗? [图片][图片] [图片] [图片]
2022-03-31 - 控制台如何终止陷入死循环的程序?
稳定版 Stable Build (1.05.2203070 [图片]
2022-03-10 - showModel点击确定弹窗不消失怎么办?
现状:wx.showModel点击不了确定 弹窗消失不了 [图片] observers: { 'show': function (show) { if (show) { wordList.filter(e => { if (this.data.content == e.content) { this.setData({ pron: e.pron, definition: e.definition }) myaudio= wx.createInnerAudioContext({ useWebAudioImplement: true }); myaudio.src = 'https://dict.youdao.com/dictvoice?audio='+e.content+'&type=2' console.log("read") myaudio.play(); }else{ this.setData({ show: false }) wx.showModal({ title: '提示', content: '对不起,查询不到该词信息', showCancel: false, success: function (res) { if (res.confirm) { console.log('用户点击确定') } } }) } }) } }, },
2022-03-04 - 为什么page-container弹出的框不是半页式?
data: { show: false, duration: 300, position: 'right', round: true, overlay: true, customStyle: '99', overlayStyle: '999' }, popup(res){ const position = res.currentTarget.dataset.position let customStyle = '' let duration = this.data.duration switch(position) { case 'top': case 'bottom': customStyle = 'height: 50%;' break case 'right': break } customStyle = 'height:50;' this.setData({ position, show: true, customStyle, duration }) }, onAfterLeave(res) { // console.log(res) },
2022-02-23 - 为什么我开的云数据库导入不了本地json文件?
[图片]
2022-02-10 - 为什么开发者工具预览的二维码显示失败?
二维码预览永远失效 v1.05,尝试过卸载重下都不行[图片]
2022-02-06