From 297a9312da294d8069e4e79ae97346786164b523 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 24 Apr 2026 18:14:52 +0800
Subject: [PATCH] feat: 更新文档,删除无用注释
---
src/pages/work/index.vue | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue
index ac51a5f..7d982e1 100644
--- a/src/pages/work/index.vue
+++ b/src/pages/work/index.vue
@@ -1,13 +1,3 @@
-<!--
- * @Author : yuan
- * @Date : 2025-12-18 10:06:30
- * @LastEditors : yuan
- * @LastEditTime : 2025-12-20 14:18:42
- * @FilePath : \src\pages\work\index.vue
- * @Description :
- * Copyright 2025 OBKoro1, All Rights Reserved.
- * 2025-12-18 10:06:30
--->
<template>
<view class="eventTickets">
<WebViewPlus
@@ -21,11 +11,9 @@
<script setup>
import { getWebViewUrl } from "@/utils/index.js";
import WebViewPlus from "@/components/WebViewPlus.vue";
-import { useTabAddButton } from "@/hooks/index.js";
import { onShow, onHide } from "@dcloudio/uni-app";
const sWebViewRef = ref(null);
-// const viewUrl = getWebViewUrl('/work', {})
const updateKey = ref(0);
const viewUrl = computed(() => {
// #ifdef MP-WEIXIN
@@ -65,7 +53,6 @@
}
// #endif
}
-const isApp = ref(false);
onShow(() => {
const joinParams = uni.getStorageSync("joinParams");
if (joinParams) {
@@ -86,11 +73,9 @@
});
// #endif
- // isApp.value = true
});
onHide(() => {
- // isApp.value = false
});
</script>
--
Gitblit v1.9.3