From f8c119d489da96aa078d7a4bdc144f5a77276882 Mon Sep 17 00:00:00 2001
From: ISFP_T <68358856@qq.com>
Date: Tue, 1 Jul 2025 10:48:35 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=E6=90=9C=E7=B4=A2=E5=8F=82=E6=95=B0?=
=?UTF-8?q?=E4=BC=A0=E9=80=92=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?=
=?UTF-8?q?=EF=BC=9B=E7=A7=BB=E9=99=A4=E7=A7=9F=E5=80=9F=E8=AE=BE=E5=A4=87?=
=?UTF-8?q?=E6=97=B6=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=9A=84=E9=AA=8C=E8=AF=81?=
=?UTF-8?q?=E6=95=88=E6=9E=9C=EF=BC=9B=E6=96=B0=E5=A2=9E=E5=85=8D=E6=8A=BC?=
=?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8=E8=B5=B0=E9=9D=9E=E5=85=8D?=
=?UTF-8?q?=E6=8A=BC=E9=80=BB=E8=BE=91=E7=9A=84=E6=96=B9=E6=B3=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
config/url.js | 5 +-
manifest.json | 2 +-
pages/device/detail.vue | 175 ++++++++++++------
pages/order/index.vue | 30 ++-
.../dist/build/mp-weixin/common/vendor.js | 2 +-
unpackage/dist/build/mp-weixin/config/user.js | 2 +-
.../build/mp-weixin/pages/device/detail.js | 2 +-
.../build/mp-weixin/pages/device/detail.wxml | 2 +-
.../build/mp-weixin/pages/device/detail.wxss | 2 +-
.../dist/build/mp-weixin/pages/order/index.js | 2 +-
.../build/mp-weixin/pages/order/index.wxml | 2 +-
.../build/mp-weixin/pages/order/index.wxss | 2 +-
.../dist/build/mp-weixin/project.config.json | 2 +-
.../.sourcemap/mp-weixin/config/url.js.map | 2 +-
.../.sourcemap/mp-weixin/config/user.js.map | 2 +-
.../mp-weixin/pages/deposit/index.js.map | 2 +-
.../mp-weixin/pages/device/detail.js.map | 2 +-
.../mp-weixin/pages/feedback/index.js.map | 2 +-
.../mp-weixin/pages/help/index.js.map | 2 +-
.../mp-weixin/pages/index/index.js.map | 2 +-
.../mp-weixin/pages/my/index.js.map | 2 +-
.../mp-weixin/pages/order/index.js.map | 2 +-
.../mp-weixin/pages/order/payment.js.map | 2 +-
.../pages/order/return-success.js.map | 2 +-
.../mp-weixin/pages/order/success.js.map | 2 +-
.../mp-weixin/pages/return/index.js.map | 2 +-
.../pages/serve/bagCheck/index.js.map | 2 +-
unpackage/dist/dev/mp-weixin/common/vendor.js | 8 +-
unpackage/dist/dev/mp-weixin/config/user.js | 17 ++
.../dist/dev/mp-weixin/pages/device/detail.js | 128 +++++++------
.../dev/mp-weixin/pages/device/detail.wxml | 2 +-
.../dist/dev/mp-weixin/pages/order/index.js | 33 ++--
.../dist/dev/mp-weixin/project.config.json | 2 +-
33 files changed, 281 insertions(+), 167 deletions(-)
diff --git a/config/url.js b/config/url.js
index 7dcfbab..96ea844 100644
--- a/config/url.js
+++ b/config/url.js
@@ -1,4 +1,5 @@
-export const URL = "https://my.gxfs123.com/api"
-// export const URL = "http://192.168.10.33:8080"
+export const URL = "https://my.gxfs123.com/api" //正式服务器
+// export const URL = "https://unifans.gxfs123.com/api" //测试服务器
+// export const URL = "http://192.168.10.41:8080" //本地调试
export const appid = "wx2165f0be356ae7a9"
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index 40c4184..9173d92 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
{
- "name" : "fs",
+ "name" : "uni-fans-score",
"appid" : "__UNI__A871B6B",
"description" : "",
"versionName" : "1.0.0",
diff --git a/pages/device/detail.vue b/pages/device/detail.vue
index 98c2c28..fc7ef9e 100644
--- a/pages/device/detail.vue
+++ b/pages/device/detail.vue
@@ -73,7 +73,7 @@
-
+
-
+ -->
@@ -119,9 +118,13 @@
-