2025年8月18日
摘要: 在我页面使用filters增加定时器格式后,table中的数据发生了变化,但是页面没有实时变化, 代码 this.setIntervalTimes = setInterval(() => { this.tableData.length && this.tableData.forEach((item) 阅读全文
posted @ 2025-08-18 16:47 jv_coder 阅读(39) 评论(0) 推荐(0)
  2025年8月6日
摘要: <script type="text/javascript" src="https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script> 在index.html和需求页面都加入以上代码,可以正确引入生成二维码功能。 <s 阅读全文
posted @ 2025-08-06 09:47 jv_coder 阅读(201) 评论(0) 推荐(0)
  2025年7月9日
摘要: 1.uni各端适配如下 2.由于vant在不同端适配不同,小程序端使用weapp,h5端使用vantui,所以最后选择了通用的uview,具体方法参考 网址是https://uviewui.com/components/downloadSetting.html 3.引入vant中遇到的一一些问题: 阅读全文
posted @ 2025-07-09 15:38 jv_coder 阅读(180) 评论(0) 推荐(0)