From 1d37c375fd114212ee1419c3bbdadc81d76666a4 Mon Sep 17 00:00:00 2001
From: yearning <10538594+wangweifeng1999@user.noreply.gitee.com>
Date: 星期四, 03 九月 2026 18:01:59 +0800
Subject: [PATCH] 优化
---
src/views/h5/noTask/index.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/h5/noTask/index.vue b/src/views/h5/noTask/index.vue
index 99d95cb..29426ad 100644
--- a/src/views/h5/noTask/index.vue
+++ b/src/views/h5/noTask/index.vue
@@ -9,17 +9,18 @@
<script>
export default {
data() {
- return {
-
- }
+ return {}
},
computed: {
tip() {
return this.$route.query.tip || '鎮ㄩ潪鐩稿叧宸ヤ綔浜哄憳锛屾棤娉曠鍒帮紝璇疯仈绯诲伐浣滀汉鍛樼‘璁ゃ��'
}
- }
+ },
+ created() {},
+ methods: {}
}
</script>
+
<style lang="scss" scoped>
.content {
padding: 60px;
@@ -30,4 +31,4 @@
justify-content: center;
align-items: center;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0