在h5和pc浏览器,可以在html元素下通过自定义属性可以实现主题定制切换,window.document.documentElement.setAttribute('data-theme', uni.getStorageSync('theme') || 'light'),那么现在要在小程序或者app端,同样实现此效果,那么如何写相对应的代码呢?
2***@qq.com
- 发布:2024-02-18 10:05
- 更新:2024-02-18 10:21
- 阅读:166
1 个回复
2***@qq.com
如果是vue的话,可以用计算属性。