From a049ee6667204843cdcf4dba6c2f730054f3e0a0 Mon Sep 17 00:00:00 2001
From: wwz <1144797966@qq.com>
Date: Wed, 15 Jan 2025 13:44:01 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=9C=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 3 +-
package.json | 43 +++++++-----
pages/me/contact.vue | 158 +++++++++++++++++++++++++++----------------
3 files changed, 128 insertions(+), 76 deletions(-)
diff --git a/.gitignore b/.gitignore
index 44fbeba..e481373 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/node_modules/
-/unpackage/
\ No newline at end of file
+/unpackage/
+/uni_modules/
\ No newline at end of file
diff --git a/package.json b/package.json
index b9a06fd..b37d57d 100644
--- a/package.json
+++ b/package.json
@@ -1,19 +1,26 @@
{
- "id": "mosowe-rotary-table-compatible",
- "name": "抽奖转盘,非固定图片,可自定义传入奖项列表,v2 v3兼容",
- "displayName": "抽奖转盘,非固定图片,可自定义传入奖项列表,v2 v3兼容",
- "version": "1.0.0",
- "description": "抽奖转盘,非固定图片,可自定义传入奖项列表,v2 v3兼容",
- "keywords": [
- "抽奖",
- "转盘",
- "转盘抽奖",
- "轮盘抽奖"
- ],
- "dcloudext": {
- "category": [
- "前端组件",
- "通用组件"
- ]
- }
-}
\ No newline at end of file
+ "id": "mosowe-rotary-table-compatible",
+ "name": "抽奖转盘,非固定图片,可自定义传入奖项列表,v2 v3兼容",
+ "displayName": "抽奖转盘,非固定图片,可自定义传入奖项列表,v2 v3兼容",
+ "version": "1.0.0",
+ "description": "抽奖转盘,非固定图片,可自定义传入奖项列表,v2 v3兼容",
+ "keywords": [
+ "抽奖",
+ "转盘",
+ "转盘抽奖",
+ "轮盘抽奖"
+ ],
+ "dcloudext": {
+ "category": [
+ "前端组件",
+ "通用组件"
+ ]
+ },
+ "dependencies": {
+ "lodash": "^4.17.21",
+ "uview-plus": "^3.3.62"
+ },
+ "devDependencies": {
+ "pinia-plugin-unistorage": "^0.1.2"
+ }
+}
diff --git a/pages/me/contact.vue b/pages/me/contact.vue
index 808ed7b..d32f0a5 100644
--- a/pages/me/contact.vue
+++ b/pages/me/contact.vue
@@ -1,74 +1,118 @@
-
-
- 添加客服微信咨询
- {{ info.wx }}
+
+
+
+
+
+
+ 添加客服微信咨询
+ {{ info.wx }}
+
+
+
+
-
-
+
+
+ 添加客服微信咨询
+ {{ info.wx }}
+
+
+
+
+
\ No newline at end of file