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 = () => {