【四】鸡汤来咯开发学习笔记-81

前端 · 2024-09-04

1.再index.vue中让点击广告减一,加入到数据库,记录数据次数

//点击广告
const clickAdSoup=async()=>{
    if(readNumber<=0) return showToast("鸡汤没有啦")
    readNumber.value--
    let res=await db.collection("soup-today").where(`user_id=="${currentUser}"`).update({
        number:readNumber.value
    })
    
    getSoup("ad")
}

2.开通广告的方法

Theme Jasmine by Kent Liao