先描述下目录结构,见下图

微信小程序引入模块中wxml、wxss、js

UI页面见下图

微信小程序引入模块中wxml、wxss、js

其中ok按键是引入的log模块,log模块非page页

indexButton是index页本身拥有的组件,index页直接导入Log模块中的组件,css,事件响应函数。

显示效果如下

微信小程序引入模块中wxml、wxss、js

app.json的内容如下

微信小程序引入模块中wxml、wxss、js

下面附上 index.js、index.wxml、index.wxss的代码

微信小程序引入模块中wxml、wxss、js

微信小程序引入模块中wxml、wxss、js



微信小程序引入模块中wxml、wxss、js





下面附上 log.js、log.wxml、log.wxss的代码


微信小程序引入模块中wxml、wxss、js



微信小程序引入模块中wxml、wxss、js

微信小程序引入模块中wxml、wxss、js





















相关文章:

  • 2021-07-05
  • 2022-12-23
  • 2022-01-08
  • 2021-05-16
  • 2022-01-08
  • 2021-11-15
  • 2021-10-31
猜你喜欢
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2021-09-02
  • 2021-12-20
相关资源
相似解决方案