From 8d0d3370aff3b3bc978bc06c6c78bb48f1d8bb96 Mon Sep 17 00:00:00 2001
From: HHS <1339084443@qq.com>
Date: Fri, 13 Jun 2025 16:57:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98=20?=
=?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/GetHivePupop.vue | 8 +-
components/Introduction.vue | 2 +-
pages.json | 15 +-
pages/adoptionRecords/adoptionRecords.vue | 277 ++-----
.../addFarm.vue | 90 +--
.../beeFarmInfo.vue | 0
pages/beeFarmerJion/beeFarmerJion.vue | 2 +-
pages/beeFarmerJion/jionForm.vue | 142 ----
pages/beeHiveData/beeHiveData.vue | 10 +-
pages/cashWithdrow/cashWithdrow.vue | 365 ++++-----
pages/commissionDetail/commissionDetail.vue | 19 +-
pages/customerService/customerService.vue | 6 +-
.../deviceManagement/addDeviceManagement.vue | 94 +--
pages/deviceManagement/deviceManagement.vue | 8 +-
pages/homePage/collectBee.vue | 111 +--
pages/homePage/homePage.vue | 22 +-
pages/honeySource/honeySource.vue | 19 +-
pages/login/login.vue | 2 +-
pages/messagePage/messagePage.vue | 12 +-
pages/myBeeHive/myBeeHive.vue | 721 +++++++++---------
pages/myPage/myPage.vue | 498 +++++-------
pages/orderList/orderList.vue | 56 +-
pages/shoppingMall/shopDetails.vue | 19 +-
.../shoppingCart.vue | 5 +-
pages/shoppingMall/shoppingMall.vue | 55 +-
pages/shoppingMall/shoppingPay.vue | 11 +-
pages/smartBee/smartBee.vue | 56 +-
pages/surveyList/surveyList.vue | 3 +-
pages/traceabilityManagement/addProduct.vue | 62 +-
.../traceabilityManagement.vue | 2 -
pages/trafficRecharge/trafficRecharge.vue | 121 +--
pages/userAgreement/userAgreement.vue | 6 +-
pages/userInfo/addressEdit.vue | 3 +-
pages/userInfo/addressList.vue | 4 -
pages/userInfo/userInfo.vue | 6 +-
pages/withdraw/withdraw.vue | 240 +++---
utils/request.js | 170 ++++-
utils/shareUserId.js | 19 -
utils/storage.js | 1 -
utils/system.js | 31 +-
40 files changed, 1319 insertions(+), 1974 deletions(-)
rename pages/{beeFarmInfo => beeFarmerJion}/addFarm.vue (81%)
rename pages/{beeFarmInfo => beeFarmerJion}/beeFarmInfo.vue (100%)
delete mode 100644 pages/beeFarmerJion/jionForm.vue
rename pages/{shoppingCart => shoppingMall}/shoppingCart.vue (99%)
delete mode 100644 utils/shareUserId.js
diff --git a/components/GetHivePupop.vue b/components/GetHivePupop.vue
index eff97ff..8b49d48 100644
--- a/components/GetHivePupop.vue
+++ b/components/GetHivePupop.vue
@@ -25,22 +25,22 @@ const props = defineProps({
const hives = ref([
{
- image: '/static/images/hive1.png',
+ image: '/static/images/apiculture.png',
name: '标准蜂箱',
beeName: '意大利蜜蜂'
},
{
- image: '/static/images/hive2.png',
+ image: '/static/images/apiculture.png',
name: '高级蜂箱',
beeName: '卡尼鄂拉蜂'
},
{
- image: '/static/images/hive3.png',
+ image: '/static/images/apiculture.png',
name: '豪华蜂箱',
beeName: '高加索蜂'
},
{
- image: '/static/images/hive4.png',
+ image: '/static/images/apiculture.png',
name: '定制蜂箱',
beeName: '中华蜜蜂'
}
diff --git a/components/Introduction.vue b/components/Introduction.vue
index e528117..a99f39c 100644
--- a/components/Introduction.vue
+++ b/components/Introduction.vue
@@ -1,7 +1,7 @@
-
+
{{ item }}
diff --git a/pages.json b/pages.json
index 162ac28..331687a 100644
--- a/pages.json
+++ b/pages.json
@@ -47,7 +47,7 @@
},
{
- "path": "pages/shoppingCart/shoppingCart",
+ "path": "pages/shoppingMall/shoppingCart",
"style": {
"navigationBarTitleText" : "",
"navigationStyle": "custom"
@@ -83,14 +83,14 @@
}
},
{
- "path": "pages/beeFarmInfo/beeFarmInfo",
+ "path": "pages/beeFarmerJion/beeFarmInfo",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
- "path": "pages/beeFarmInfo/addFarm",
+ "path": "pages/beeFarmerJion/addFarm",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
@@ -269,14 +269,7 @@
"navigationStyle": "custom"
}
},
- {
- "path" : "pages/beeFarmerJion/jionForm",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationStyle": "custom"
- }
- },
+
{
"path" : "pages/beeFarmerJion/jionFeedback",
"style" :
diff --git a/pages/adoptionRecords/adoptionRecords.vue b/pages/adoptionRecords/adoptionRecords.vue
index 8c7e84d..4a7f390 100644
--- a/pages/adoptionRecords/adoptionRecords.vue
+++ b/pages/adoptionRecords/adoptionRecords.vue
@@ -1,231 +1,112 @@
-
+
-
-
-
-
- {{ tab.label }}
-
-
-
-
-
-
-
-
- {{ item.beehiveName }}
- {{ formatDateTime(item.createTime) }}
- ¥{{ item.price||0 }}
+
+
+
+ {{ tab.label }}
-
- {{ getStatusText(item.status) }}
-
-
- 暂无认养记录
-
-
-
+
+
+
+
+
+ {{ item.beehiveName }}
+ {{ formatDateTime(item.createTime) }}
+ ¥{{ item.adoptType == 1 ? item.price : item.sharedPrice }}
+
+
+ {{ getStatusText(item.status) }}
+
+
+
+ 暂无认养记录
+
+
+
diff --git a/pages/beeHiveData/beeHiveData.vue b/pages/beeHiveData/beeHiveData.vue
index b472252..5f25d84 100644
--- a/pages/beeHiveData/beeHiveData.vue
+++ b/pages/beeHiveData/beeHiveData.vue
@@ -47,7 +47,8 @@
diff --git a/pages/cashWithdrow/cashWithdrow.vue b/pages/cashWithdrow/cashWithdrow.vue
index 7d40fbe..319c809 100644
--- a/pages/cashWithdrow/cashWithdrow.vue
+++ b/pages/cashWithdrow/cashWithdrow.vue
@@ -1,202 +1,211 @@
-
-
-
-
-
-
-
- 提现金额
-
- ¥
-
-
-
- 可提现余额: ¥{{ availableBalance }}
- 全部提现
-
-
-
-
-
- 申请提现
+
+
+
+
+
+ 提现金额
+
+ ¥
+
+
+
+ 可提现余额: ¥{{ availableBalance }}
+ 全部提现
+
+ {{ errorMessage }}
+
+
+
+ 申请提现
+
+
-
\ No newline at end of file
+
diff --git a/pages/commissionDetail/commissionDetail.vue b/pages/commissionDetail/commissionDetail.vue
index 5325675..7257581 100644
--- a/pages/commissionDetail/commissionDetail.vue
+++ b/pages/commissionDetail/commissionDetail.vue
@@ -60,22 +60,15 @@
-
+ }
+
\ No newline at end of file
diff --git a/pages/myPage/myPage.vue b/pages/myPage/myPage.vue
index 264ea5d..7f56cc3 100644
--- a/pages/myPage/myPage.vue
+++ b/pages/myPage/myPage.vue
@@ -152,393 +152,235 @@
@@ -144,12 +145,11 @@ const closeDetail = () => {
}
.popup-content {
- background: #fff;
- padding: 40rpx;
- border-radius: 16rpx;
- max-width: 80vw;
- max-height: 70vh;
-
+ width: 600rpx;
+ background: #fff;
+ border-radius: 24rpx;
+ padding: 20rpx;
+
.detail-scroll {
max-height: 60vh;
@@ -159,15 +159,25 @@ const closeDetail = () => {
color: #333;
}
}
-
- .close-btn {
- margin-top: 30rpx;
- background: #f0f0f0;
- color: #666;
- font-size: 28rpx;
- padding: 10rpx 30rpx;
- border-radius: 8rpx;
- float: right;
- }
+
+
+ .popup-title {
+ font-weight: bold;
+ font-size: 40rpx;
+ color: #ff7f00;
+ text-align: center;
+ margin-bottom: 20rpx;
+ }
+
+
+ .close-btn {
+
+ height: 80rpx;
+ background: #ff6f0e;
+ color: #fff;
+ border-radius: 40rpx;
+ font-size: 30rpx;
+ }
}
+
\ No newline at end of file
diff --git a/pages/surveyList/surveyList.vue b/pages/surveyList/surveyList.vue
index 50af20e..c0fdac5 100644
--- a/pages/surveyList/surveyList.vue
+++ b/pages/surveyList/surveyList.vue
@@ -35,6 +35,7 @@
import { ref, onMounted } from 'vue'
import { request } from '@/utils/request'
import TransNavVue from '../../components/TransNav.vue';
+import { onShow } from '@dcloudio/uni-app'
const surveyList = ref([
@@ -48,7 +49,7 @@ const handleSurveyClick = (id) => {
})
}
-onMounted(() => {
+onShow(() => {
getQuestionList()
})
diff --git a/pages/traceabilityManagement/addProduct.vue b/pages/traceabilityManagement/addProduct.vue
index f97a1e2..cc97482 100644
--- a/pages/traceabilityManagement/addProduct.vue
+++ b/pages/traceabilityManagement/addProduct.vue
@@ -69,10 +69,11 @@
@@ -150,66 +90,68 @@ const showCashWithdraw = () => {