From 65297db010fd2f4e24a78918a0609f2c4259df78 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sat, 18 Oct 2025 20:56:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=8F=E8=A7=88=E8=AE=B0=E5=BD=95):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B0=81=E9=9D=A2=E5=B9=BF=E5=91=8A=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E8=AE=B0=E5=BD=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在App.vue的onLaunch生命周期中添加封面广告浏览记录接口调用,并更新browseRecord.js中的接口注释说明新增的category分类4 --- App.vue | 3 +++ api/model/browseRecord.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/App.vue b/App.vue index db7e381..9827e7d 100644 --- a/App.vue +++ b/App.vue @@ -1,6 +1,9 @@