1.小程序遮罩滚动穿透问题

解决方案:

<view class="mask" wx:if="{{showVipRights}}" catchtap='hideMask' capture-catch:touchmove="preventScroll"></view>
 
preventScroll() {
console.log('preventScroll');
}

2.上传文件到cdn失败

解决方案:注意form表单的name要设置为fileUpload,该字段是后台定义的。

 

相关文章:

  • 2021-08-30
  • 2022-12-23
  • 2021-08-01
  • 2021-12-27
  • 2021-12-02
  • 2021-12-03
  • 2021-10-28
  • 2021-07-26
猜你喜欢
  • 2021-06-06
  • 2021-10-18
  • 2021-04-25
  • 2021-06-11
  • 2022-01-18
  • 2021-11-28
  • 2021-11-01
相关资源
相似解决方案