feat(custom): 首页微调

This commit is contained in:
2023-12-11 20:44:52 +08:00
parent eb7f411802
commit 878c421fe0
8 changed files with 195 additions and 90 deletions

View File

@@ -6,7 +6,6 @@ import MerList from "@/components/MerList.vue";
const classId = ref<null | number>(null);
Taro.useLoad((e) => {
console.log(e);
Taro.setNavigationBarTitle({
title: e.name,
});