微信小程序填坑之旅,2-wx.showLoading的时候,仍能点击穿透,造成重复点击button的问题

解决办法:mask =true

   wx.showLoading({
      title: '正在上传...',
      mask:true,
    })