uni app 小說閱讀記錄儲存

2021-09-26 03:53:18 字數 930 閱讀 4713

內容格式我採用的是[ [ ], [ ] ],陣列巢狀格式;

export

default

, onlaunch:

function()

, onshow:

function()

, onhide:

function()

};<

/script>

在相應頁面使用:

let conid  =0;

let scrolln =0;

().globaldata.bookreadyhistory;

foreach

(e =>})

;

因為我採用陣列巢狀儲存,所以取出foreach方法,存入的時候資料放入乙個陣列arr然後用push方法 push 進去;

let arr =

;arr.

push

(this

.bookname)

;arr.

push

(this

.bookid)

;this

push

(arr)

;

去除重覆記錄可以先splice 刪除再 push

//	判斷儲存點是否有**id ,重複則刪除之前的,再 push 儲存

this

foreach

((item, index, arr)

=>})

;

uni app搜尋記錄

個人寫法 僅供參考 html class sos box class sos inp type text placeholder 搜尋 v model nei confirm ondang view class sos qu 取消view view class tu src static sosuo...

uni app專案記錄

1.如何定義乙個全域性屬性 在其他頁面就以 global.屬性名來呼叫 或者在min.js 中使用 vue.prototype 掛載到原型上 2.上拉載入 使用鉤子函式 onreachbottom 來監聽事件 定義全域性變數 page 1 請求資料時 thia.page 定義全域性變數 timer ...

uni app 專案記錄

await 等候,等待 期待 什麼是async await await 用於等待非同步完成 通常async await都是跟隨promise一起使用的 async返回的都是乙個promise物件同時async適用於任何型別的函式上。這樣await得到的就是乙個promise物件 async func...