posted @ 2023-12-08 15:51 WALL*E 閱讀(89) 評論(0) 推薦(0)
摘要:
<div class="nav-box" @scroll="scroll"> <div for="list" class="nav"> <div class="item-box">item</div> </div> </div> <div class="scroll-box" v-show="lis 閱讀全文
摘要:
因為要封裝組件涉及到嵌套問題,發現小程序不能循環使用slot,煩死了。又要達到預期效果只能用虛擬節點,官網有介紹。 當前情景有A、B、C三個組件 展示在index.wxml中,A是最外層swiper組件,B是第二層scrollview組件,C就是需要渲染的內容。 由于C內容之前寫的是分散的需要整理為 閱讀全文
posted @ 2023-12-07 15:03 WALL*E 閱讀(744) 評論(0) 推薦(0)
摘要:
獲取到時間差為毫秒,可以轉為時分秒,自行處理, getTimestamp(){ let nowB = new Date().getTime() let form = new Date() let y = form.getFullYear(); let m = form.getMonth()+1; l 閱讀全文
posted @ 2023-12-01 15:30 WALL*E 閱讀(62) 評論(0) 推薦(0)
摘要:
vue項目 新建文件sessionTime.js 文件 /** @desc storage相關 */ // type TStorageItem = { // value: any // expire: string|number // time: Date // }; // type = 'loca 閱讀全文
posted @ 2023-12-01 15:28 WALL*E 閱讀(263) 評論(0) 推薦(0)
摘要:
需要 npm install vue-pdf 和 npm install pdfjs-dist,新建js文件 pdtToImg.js: import pdf from "vue-pdf"; import JsPDF from 'pdfjs-dist'; const PDFJS = require(' 閱讀全文
posted @ 2023-12-01 15:22 WALL*E 閱讀(382) 評論(0) 推薦(0)
摘要:
adb kill-server 斷開 adb start-server開啟 adb devices鏈接的服務 adb connect xx.xx.xx.xx鏈接某個 adb install c:\\xxx\xxx.apk安裝軟件 adb install -r -d c:\\xxx\xxx.apk強制 閱讀全文
posted @ 2023-03-27 19:52 WALL*E 閱讀(25) 評論(0) 推薦(0)
摘要:
選擇日期時間和當前日期時間比較大小 閱讀全文
posted @ 2023-02-22 13:19 WALL*E 閱讀(543) 評論(0) 推薦(0)
多層多選+標簽頁
浙公網安備 33010602011771號