收藏
回答

云函数中改变loading状态无效?

       loading的hidden值为true,调用函数后运行  that.setData({ hidden: false });,但是loading还是显示

db.collection('chysbxcx_zhsm').where({

          _openid: that.data.openid

        }).get({

          success: res => {

          }, fail: res => {

          }, complete: res => {

            that.setData({ hidden: false });

          }

        })

回答关注问题邀请回答
收藏

1 个回答

  • dreamhunter
    dreamhunter
    2022-05-25

    1.自定义遮罩层的话,wxml 中 wx:if={{hidden}}

    2.用wx.loading的话,使用wx.hideLoading()


    2022-05-25
    有用
    回复
登录 后发表内容