关于小程序 无法加载app.js 和 app.wxss的问题

47 阅读1分钟

在组件内加入如下代码

Component({
  /**
   * 加载全局参数
   */
  options: {
    addGlobalClass: true
  },
})