diff --git a/config.js b/config.js
index 97f54ce..553e31a 100644
--- a/config.js
+++ b/config.js
@@ -1,5 +1,5 @@
// config.js
-const type = 'prod2'
+const type = 'local'
const config = {
local: {
diff --git a/pages/component/recycle.vue b/pages/component/recycle.vue
index 752d350..c6d8eae 100644
--- a/pages/component/recycle.vue
+++ b/pages/component/recycle.vue
@@ -129,7 +129,7 @@
{{ item.brandName || item.name }}
- {{ item.styleName }}
+ {{ item.name }} | {{ item.styleName }}
{{ item.service }}
¥{{ item.price }}/{{
item.unit || '件' }}
@@ -163,7 +163,7 @@
- 添加衣物
+ 继续添加衣物
@@ -2033,7 +2033,7 @@ export default {
display: flex;
align-items: center;
justify-content: flex-start;
- padding: 24rpx 0;
+ padding: 32rpx 0;
border-bottom: 1px solid #f0f0f0;
cursor: pointer;
@@ -2044,9 +2044,9 @@ export default {
.panel-img-container {
position: relative;
- width: 100rpx;
- height: 100rpx;
- margin-right: 20rpx;
+ width: 120rpx;
+ height: 120rpx;
+ margin-right: 24rpx;
flex-shrink: 0;
}
@@ -2221,8 +2221,8 @@ export default {
position: absolute;
left: 50%;
transform: translateX(-50%);
- bottom: 210rpx;
- width: 160rpx;
+ bottom: calc(120rpx + env(safe-area-inset-bottom));
+ width: 220rpx;
height: 80rpx;
background: linear-gradient(to right, #ffd01e, #ff8917);
border-radius: 40rpx;
diff --git a/pages/subcomponent/pickup.vue b/pages/subcomponent/pickup.vue
index b36a605..0da3799 100644
--- a/pages/subcomponent/pickup.vue
+++ b/pages/subcomponent/pickup.vue
@@ -61,7 +61,7 @@
{{ item.brandName || item.name }}
品牌
- {{ item.styleName }}
+ {{ item.name }} | {{ item.styleName }}
{{ item.desc }}
¥{{