BUG修改
This commit is contained in:
@@ -76,6 +76,9 @@ onMounted(() => {
|
||||
currentPage.route === "pages/point-book-detail"
|
||||
) {
|
||||
pointBook.value = uni.getStorageSync("point-book");
|
||||
if (!pointBook.value) {
|
||||
pointBook.value = uni.getStorageSync("last-point-book");
|
||||
}
|
||||
}
|
||||
if (
|
||||
currentPage.route === "pages/team-battle" ||
|
||||
|
||||
Reference in New Issue
Block a user