- 滑动删除同时标签带有点击事件,点击的时候滑块也移动,如何解决呢?
<movable-view class="itmem_wrap" direction="horizontal" inertia="true" out-of-bounds="true" x="{{item.x}}" damping="300" data-index="{{index}}" bind:touchstart="touchMoveStartHandle" bind:touchend="touchMoveEndHandle" wx:key='{{index}}' data-id='{{item.id}}' bindtap='goDetail'>
2020-06-28 - 版本管理中,上传失败,本地分支为空?
[图片]
2020-06-24 - 点击事件调用函数后改变了data中数据,但是页面却没有随之改变怎么调整?
感觉页面数据没有更新
2020-06-24 - 设置了一个删除记录的功能,可是页面刷新慢,如何让它自己快刷呢?
思路是改变本页数据源展示列表,进而更新数据库记录。
2020-06-18 - 审核提交重复?
昨天提交审核,选择了加急模式,但是页面一直拥挤65,隔一段时间就尝试,后来审核通过了,但是小程序平台还是显示审核中,七天内审核出结果,这个是不是我审核成功后又多提交了一次??
2020-06-13 - 为什么这里数组赋值重复了呢?
let { openid } = this.data var collectList = [] let {collectList0 } = this.data let id = 'collect' + openid let i = false try{ wx.cloud.callFunction({ name: 'collection_get', data: { database: 'shici_collection', page: 1, num: 1, condition: { _id: id } }, }).then((res) => { console.log("hhere") console.log(res.result) collectList = res.result.data[0].collectList, this.setData({ collectList0: collectList }) console.log(collectList0) wx.hideLoading() }) if(collectList0.length==0){ i = true } let ts = { name: this.data.detail.name, dynasty: this.data.detail.dynasty, poet: this.data.detail.poet, id: this.data.detail._id, content: this.data.detail.content, } console.log(collectList) collectList.unshift(ts) wx.cloud.callFunction({ name: 'feihua_history_update', data: { database: 'shici_collection', id: id, data: { collectList }, }, success: function (res) { console.log('我在这里代言') console.log(res) }, fail: console.error }) } catch(err){ console.log('error') }
2020-06-11 - 为什么VM795:1 [云函数] [login] 调用失败?
[login] 调用失败 Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID 728cb1b2-a7e2-11ea-9d76-525400ce4ad1, cloud function service error code -504002, error message Runtime.UserCodeSyntaxError: SyntaxError: Invalid or unexpected token
2020-06-06 - 此处的condition什么作用?是不是指_id为ranking-list的数据筛选?
[图片]
2020-06-06 - 为什么获取不到openid,报空值呢?
[图片]
2020-06-04 - 微信小程序有页面上限吗?建立多了以后导航失败了
[图片] app.json里面有页面路径
2020-05-22