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 @@ - + } + \ 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 = () => {