diff --git a/components/message/list/list.vue b/components/message/list/list.vue
index 502b274..c7fa821 100644
--- a/components/message/list/list.vue
+++ b/components/message/list/list.vue
@@ -21,7 +21,7 @@
{{ displayTitle(item.title) }}
{{ formatDate(getLastMessage(item.chatList)?.time || item.time)
- }}
+ }}
{
}
.dot {
+ width: 28rpx;
+ height: 28rpx;
position: absolute;
- padding: 4rpx 10rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
background-color: #E93A22;
color: #FFFFFF;
- line-height: 20rpx;
+ line-height: 18rpx;
font-size: 20rpx;
border-radius: 16rpx;
right: -8rpx;
diff --git a/pages.json b/pages.json
index 3a7f1a1..35c9856 100644
--- a/pages.json
+++ b/pages.json
@@ -17,7 +17,7 @@
"navigationBarTitleText": "通话记录页面",
"navigationStyle": "custom"
}
- },{
+ }, {
"path": "detail/callDetail",
"style": {
"navigationBarTitleText": "通话记录详情",
@@ -138,6 +138,13 @@
"navigationBarTitleText": "拼多多订单详情",
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pdd/add-order/add-order",
+ "style": {
+ "navigationBarTitleText": "pdd添加修改订单信息",
+ "navigationStyle": "custom"
+ }
}
]
},
diff --git a/pages/shopping/index.vue b/pages/shopping/index.vue
index 1d7d4a2..e6e5afc 100644
--- a/pages/shopping/index.vue
+++ b/pages/shopping/index.vue
@@ -64,8 +64,7 @@ const menuList = ref([{
bgColor: ["#FFE0DF", "#FFFFFF"],
btnBg: "#FF4848",
shadowColor: "#FF4848",
- // url: "/pages/shopping/pdd/list-index"
- url: ""
+ url: "/pages/shopping/pdd/list-index"
}, {
name: "快手",
icon: "kuaishou",
diff --git a/pages/shopping/pdd/add-order/add-order.vue b/pages/shopping/pdd/add-order/add-order.vue
new file mode 100644
index 0000000..a18e065
--- /dev/null
+++ b/pages/shopping/pdd/add-order/add-order.vue
@@ -0,0 +1,1355 @@
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+ 待付款
+
+
+ 请在
+
+
+ {{ order.waitPayTime }}
+
+
+
+ 内支付,逾期订单将自动取消
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已签收
+
+
+
+
+
+
+
+
+
+
+ 上传拼单头像
+
+
+
+
+
+ +
+
+
+
+
+
+ 店铺标签显示
+
+ 品牌认证
+ order.shop.hasBrandAuth = e.detail.value"
+ color="#E02E24" style="transform: scale(0.6); margin: 0 -10rpx;" />
+ 旗舰店
+ order.shop.hasFlagship = e.detail.value"
+ color="#E02E24" style="transform: scale(0.6); margin-left: -10rpx; margin-right: -20rpx;" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥
+ x
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ {{ order.orderType === 'wait_pay' ? '应付: ' : '实付: ' }}
+ ¥
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+ {{ item.value || '请选择时间'
+ }}
+
+
+
+
+
+
+
+ >
+
+
+
+
+ 查看更多订单信息
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.subName }}
+
+
+
+
+
+
+
+
+
+ 实付款:
+ ¥
+ 0
+
+
+ 确认收货后付款 ¥{{ order.payment.totalAmount }}
+
+
+
+
+
+ 应付:
+ ¥
+
+
+
+
+
+
+
+ 去支付
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/shopping/pdd/components/list-card/list-card.vue b/pages/shopping/pdd/components/list-card/list-card.vue
index 331f28f..ad5a6ca 100644
--- a/pages/shopping/pdd/components/list-card/list-card.vue
+++ b/pages/shopping/pdd/components/list-card/list-card.vue
@@ -1,15 +1,18 @@
-
+
-
+
{{ item.deliveryStatus }}
- {{ item.deliveryDetail }}
+ {{ item.statusDesc }}
{{ item.deliveryStatus }}
- {{ item.deliveryDetail }}
+ {{ item.logistics.desc }}
@@ -105,7 +108,7 @@