解决方法:

  在组件中加上options选项

Component({
  options: {
    addGlobalClass: true
  }
})

相关文章: