diff --git a/packages/myOrders/index/index.vue b/packages/myOrders/index/index.vue
index abb3b64c..14250f12 100644
--- a/packages/myOrders/index/index.vue
+++ b/packages/myOrders/index/index.vue
@@ -77,7 +77,7 @@
-
- 服务评价
+ 服务评价
运费单
立即支付
@@ -263,6 +263,10 @@ export default {
checkLogistics() {
NavgateTo(`/packages/myOrders/logistics/index`);
},
+
+ orderEvaluate(){
+ NavgateTo(`/packages/myOrders/orderEvaluate/index`);
+ }
},
};
diff --git a/packages/myOrders/orderEvaluate/index.css b/packages/myOrders/orderEvaluate/index.css
new file mode 100644
index 00000000..b897d90a
--- /dev/null
+++ b/packages/myOrders/orderEvaluate/index.css
@@ -0,0 +1,202 @@
+page {
+ background-color: #f0f2f5;
+ min-height: 100vh;
+ overflow-y: hidden;
+}
+
+.container {
+ padding: 20rpx;
+}
+
+/* 商品图片区域 */
+.goods-scroll {
+ width: 96%;
+ white-space: nowrap;
+ margin-bottom: 30rpx;
+ padding: 20rpx 15rpx;
+ background-color: #ffffff;
+}
+
+.goods-list {
+ display: inline-flex;
+}
+
+.goods-item {
+ width: 120rpx;
+ height: 120rpx;
+ margin-right: 16rpx;
+ border-radius: 8rpx;
+ overflow: hidden;
+}
+
+.goods-img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+
+/* 订单编号 */
+.order-info {
+ display: flex;
+ justify-content: space-between;
+ padding: 20rpx 0;
+ border-bottom: 1rpx solid #EEEEEE;
+ margin-bottom: 30rpx;
+}
+
+.order-label {
+ font-size: 26rpx;
+ color: #9a9a9a;
+}
+
+.order-value {
+ font-size: 26rpx;
+ color: #333333;
+}
+
+/* 评分区域 */
+.rating{
+ width: 460rpx;
+ display: flex;
+ justify-content: space-between;
+ margin: 0 0 20rpx 180rpx;
+ color: #a6a6a6;
+}
+
+.rating-section {
+ background-color: #FFFFFF;
+ border-radius: 16rpx;
+ padding: 20rpx;
+ margin-bottom: 30rpx;
+ height: 80vh;
+}
+
+.rating-item {
+ display: flex;
+ align-items: center;
+ margin-bottom: 30rpx;
+}
+
+.rating-item:last-child {
+ margin-bottom: 0;
+}
+
+.rating-label {
+ width: 160rpx;
+ font-size: 28rpx;
+ color: #333333;
+ font-weight: bold;
+}
+
+/* 评价输入 */
+.comment-section {
+ padding: 20rpx;
+ margin-bottom: 30rpx;
+ border-top: 1rpx solid #f5f5f5;
+}
+
+.comment-input {
+ width: 100%;
+ min-height: 100rpx;
+ font-size: 26rpx;
+ color: #333333;
+ line-height: 1.5;
+}
+
+/* 图片上传 */
+.upload-section {
+ /* background-color: #FFFFFF; */
+ border-radius: 16rpx;
+ padding: 20rpx;
+ margin-bottom: 40rpx;
+ display: flex;
+}
+
+.upload-btn {
+ display: flex;
+ width: 150rpx;
+ height: 150rpx;
+ padding: 15rpx;
+ background-color: #f6f6f6;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ margin-bottom: 20rpx;
+ border-radius: 20rpx;
+}
+
+.upload-icon {
+ width: 60rpx;
+ height: 50rpx;
+ margin-right: 10rpx;
+}
+
+.upload-text {
+ font-size: 28rpx;
+ color: #333333;
+ margin: 10rpx 0;
+}
+
+.upload-count {
+ font-size: 28rpx;
+ color: #999999;
+}
+
+.image-list {
+ display: flex;
+ /* flex-wrap: wrap; */
+}
+
+.image-item {
+ width: 170rpx;
+ height: 170rpx;
+ margin-right: 20rpx;
+ margin-bottom: 20rpx;
+ position: relative;
+ border-radius: 20rpx;
+ overflow: hidden;
+}
+
+.uploaded-img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+
+.delete-btn {
+ position: absolute;
+ top: -10rpx;
+ right: -10rpx;
+ width: 36rpx;
+ height: 36rpx;
+ background-color: rgba(0, 0, 0, 0.5);
+ border-radius: 50%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+
+.delete-icon {
+ color: #FFFFFF;
+ font-size: 24rpx;
+ font-weight: bold;
+}
+
+/* 提交按钮 */
+.submit-btn {
+ width: 90%;
+ height: 98rpx;
+ background-color: #ff4117;
+ border-radius: 49rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-top: 20rpx;
+ margin: 0 auto;
+}
+
+.btn-text {
+ font-size: 32rpx;
+ color: #FFFFFF;
+ font-weight: bold;
+}
\ No newline at end of file
diff --git a/packages/myOrders/orderEvaluate/index.vue b/packages/myOrders/orderEvaluate/index.vue
new file mode 100644
index 00000000..9471a14c
--- /dev/null
+++ b/packages/myOrders/orderEvaluate/index.vue
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 订单编号
+ 38757328485
+
+
+ 很差
+ 差
+ 一般
+ 不错
+ 满意
+
+
+
+ 商品品质
+
+
+
+
+
+ 配送速度
+
+
+
+
+
+ 快递员服务
+
+
+
+
+
+
+
+
+
+
+
+ ×
+
+
+
+
+
+ 上传图片
+ ({{ imageList.length }}/3)
+
+
+
+
+ 提交
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/myOrders/selfPickUpSite/index.css b/packages/myOrders/selfPickUpSite/index.css
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/myOrders/selfPickUpSite/index.vue b/packages/myOrders/selfPickUpSite/index.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/myOrders/submitOrder/index.css b/packages/myOrders/submitOrder/index.css
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/myOrders/submitOrder/index.vue b/packages/myOrders/submitOrder/index.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/pages.json b/pages.json
index 6f8ff747..349b98ec 100644
--- a/pages.json
+++ b/pages.json
@@ -761,6 +761,24 @@
"style": {
"navigationBarTitleText": "物流跟踪"
}
+ },
+ {
+ "path": "orderEvaluate/index",
+ "style": {
+ "navigationBarTitleText": "评价"
+ }
+ },
+ {
+ "path": "submitOrder/index",
+ "style": {
+ "navigationBarTitleText": "提交订单"
+ }
+ },
+ {
+ "path": "selfPickUpSite/index",
+ "style": {
+ "navigationBarTitleText": "选择自提点"
+ }
}
]
}