diff --git a/App.vue b/App.vue
index 839c098..90b210a 100644
--- a/App.vue
+++ b/App.vue
@@ -24,7 +24,7 @@
globalDataLoaded: false,
loadingProgress: 0,
loadedCount: 0,
- totalRequests: 4 // 总共需要加载的请求数量
+ totalRequests: 3 // 总共需要加载的请求数量
}
},
globalData: {
@@ -61,9 +61,8 @@
this.getBannerList(),
this.getPricePreviewList(),
this.getConfigData(),
- this.getQrCode()
]
-
+ this.getQrCode()
await Promise.all(promises)
// 确保进度达到100%
diff --git a/api/model/recyclingDestination.js b/api/model/recyclingDestination.js
index e7d7615..53cd16f 100644
--- a/api/model/recyclingDestination.js
+++ b/api/model/recyclingDestination.js
@@ -18,6 +18,13 @@ const api = {
method: 'GET',
auth : false,
},
+ // 联系客服问题相关详情
+ withdraw: {
+ url: '/recycle-admin/applet/money/withdraw',
+ method: 'POST',
+ auth : true,
+ },
+
}
export default api
\ No newline at end of file
diff --git a/pages/component/my.vue b/pages/component/my.vue
index 0518940..ac19a7e 100644
--- a/pages/component/my.vue
+++ b/pages/component/my.vue
@@ -1,1011 +1,997 @@
-
-
-
-
-
-
-
-
-
- 暂未登录请先登录
-
-
-
-
-
-
- 暂未登录请先登录
-
-
-
-
-
-
-
- {{ userTypeText }}
-
-
- {{userInfo.nickName}}
- ID: {{userInfo.intentioCode}}
+
+
+
+
-
-
-
- 我的余额
-
- ¥
- {{userInfo.money}}
-
-
- 去提现
-
-
-
-
- 累计回收
-
- {{totalOrders}}
- 单
-
+
+
+
+
+ 暂未登录请先登录
+
+
-
-
-
-
-
- 分享赚佣金
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/pages/component/recycle.vue b/pages/component/recycle.vue
index 67d4b78..b004398 100644
--- a/pages/component/recycle.vue
+++ b/pages/component/recycle.vue
@@ -73,7 +73,7 @@
¥
{{item.price}}
- /件
+ /{{ item.unit || '件' }}
@@ -111,7 +111,7 @@
- 已选 {{totalCount}} 件 预计回收可得
+ 已选 {{totalCount}} {{ totalUnitText }} 预计回收可得
@@ -142,7 +142,7 @@
{{item.name}}
品牌:{{item.brandName}}
{{item.service}}
- ¥{{item.price}}/件
+ ¥{{item.price}}/{{ item.unit || '件' }}
@@ -154,7 +154,7 @@