From ec1bef3a37e8dcdf22f1bf52e7c272a18306f4b9 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期五, 25 四月 2025 15:50:00 +0800
Subject: [PATCH] test: 证书整理

---
 src/pages/production/list/index.vue |    7 ++++++-
 src/pages/mine/index.vue            |    4 ++--
 src/manifest.json                   |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/manifest.json b/src/manifest.json
index c38e717..ce40bd8 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,6 +1,6 @@
 {
-  "name": "",
-  "appid": "",
+  "name": "绾跨紗涓婃姤",
+  "appid": "H590219E1",
   "description": "",
   "versionName": "1.0.0",
   "versionCode": "100",
diff --git a/src/pages/mine/index.vue b/src/pages/mine/index.vue
index b3b93ab..8cef2e6 100644
--- a/src/pages/mine/index.vue
+++ b/src/pages/mine/index.vue
@@ -211,9 +211,9 @@
       </view>
     </view> -->
 
-    <!-- <view v-if="isLogin" class="logout-btn-container">
+    <view v-if="isLogin" class="logout-btn-container">
       <wd-button class="logout-btn" @click="handleLogout">閫�鍑虹櫥褰�</wd-button>
-    </view> -->
+    </view>
 
     <wd-toast />
   </view>
diff --git a/src/pages/production/list/index.vue b/src/pages/production/list/index.vue
index e64a901..93d3a2e 100644
--- a/src/pages/production/list/index.vue
+++ b/src/pages/production/list/index.vue
@@ -18,6 +18,7 @@
         @click="toDetail(item.id, item.type)"
       />
     </z-paging>
+    <wd-toast />
   </view>
 </template>
 
@@ -26,6 +27,9 @@
 import ProductCard from "@/components/product_card/index.vue";
 import { useUserStore } from "@/store/modules/user";
 import zPaging from "@/components/z-paging/z-paging.vue";
+import { useToast } from "wot-design-uni";
+
+const toast = useToast();
 const userStore = useUserStore();
 const userInfo: any = computed(() => userStore.userInfo);
 const pagingRef = ref();
@@ -51,6 +55,7 @@
 const list = ref<any[]>([]);
 
 const toDetail = (id: number, type: string) => {
+  toast.show("鐐瑰嚮鍗$墖");
   if (type == "鎷変笣") {
     uni.navigateTo({
       url: `/pages/production/detail/wireDetail?id=${id}`,
@@ -95,6 +100,6 @@
 
 <style lang="scss" scoped>
 .card_box {
-  height: calc(100vh - 140px);
+  height: calc(100vh - 120px);
 }
 </style>

--
Gitblit v1.9.3