diff --git a/static/test/ai-bg.png b/static/test/ai-bg.png
new file mode 100644
index 0000000..70f630e
Binary files /dev/null and b/static/test/ai-bg.png differ
diff --git a/static/test/ai-friend.png b/static/test/ai-friend.png
new file mode 100644
index 0000000..68669bc
Binary files /dev/null and b/static/test/ai-friend.png differ
diff --git a/static/test/ai-self.png b/static/test/ai-self.png
new file mode 100644
index 0000000..86815ad
Binary files /dev/null and b/static/test/ai-self.png differ
diff --git a/static/test/flower-bg.png b/static/test/flower-bg.png
new file mode 100644
index 0000000..c6144b0
Binary files /dev/null and b/static/test/flower-bg.png differ
diff --git a/static/test/icon-back.png b/static/test/icon-back.png
new file mode 100644
index 0000000..85a1fb4
Binary files /dev/null and b/static/test/icon-back.png differ
diff --git a/static/test/icon-shop.png b/static/test/icon-shop.png
new file mode 100644
index 0000000..f75ae3d
Binary files /dev/null and b/static/test/icon-shop.png differ
diff --git a/static/test/icon-text.png b/static/test/icon-text.png
new file mode 100644
index 0000000..4d5fd22
Binary files /dev/null and b/static/test/icon-text.png differ
diff --git a/static/test/icon-translate-down.png b/static/test/icon-translate-down.png
new file mode 100644
index 0000000..ef642eb
Binary files /dev/null and b/static/test/icon-translate-down.png differ
diff --git a/static/test/icon-translate.png b/static/test/icon-translate.png
new file mode 100644
index 0000000..24746ef
Binary files /dev/null and b/static/test/icon-translate.png differ
diff --git a/static/test/icon-voice.png b/static/test/icon-voice.png
new file mode 100644
index 0000000..a83e864
Binary files /dev/null and b/static/test/icon-voice.png differ
diff --git a/static/test/weather_cloudy.png b/static/test/weather_cloudy.png
new file mode 100644
index 0000000..6ba47c0
Binary files /dev/null and b/static/test/weather_cloudy.png differ
diff --git a/static/test/weather_rainy.png b/static/test/weather_rainy.png
new file mode 100644
index 0000000..de7ba23
Binary files /dev/null and b/static/test/weather_rainy.png differ
diff --git a/static/test/weather_smog.png b/static/test/weather_smog.png
new file mode 100644
index 0000000..c902edd
Binary files /dev/null and b/static/test/weather_smog.png differ
diff --git a/static/test/weather_snowy.png b/static/test/weather_snowy.png
new file mode 100644
index 0000000..d6a4920
Binary files /dev/null and b/static/test/weather_snowy.png differ
diff --git a/static/test/weather_sunny.png b/static/test/weather_sunny.png
new file mode 100644
index 0000000..0d7c0df
Binary files /dev/null and b/static/test/weather_sunny.png differ
diff --git a/subPageC/orderShop/cancelStep.vue b/subPageC/orderShop/cancelStep.vue
new file mode 100644
index 0000000..29670e8
--- /dev/null
+++ b/subPageC/orderShop/cancelStep.vue
@@ -0,0 +1,151 @@
+
+
+
+
+ 退款金额:
+
+ ¥{{homestayOrderRefund.sumRefundPrice}}
+
+
+ 退款进度
+
+
+ {{item.refundName}}
+ {{parseTime(item.refundTime,'{y}-{m}-{d} {h}:{i}:{s}')}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/subPageC/orderShop/orderCancel.vue b/subPageC/orderShop/orderCancel.vue
new file mode 100644
index 0000000..df940ff
--- /dev/null
+++ b/subPageC/orderShop/orderCancel.vue
@@ -0,0 +1,139 @@
+
+
+
+ 取消原因*
+ 请告知取消原因,我们将努力改善服务
+
+
+
+
+
+
+
+
+ 确认取消订单
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/subPageC/orderShop/orderDetail.vue b/subPageC/orderShop/orderDetail.vue
new file mode 100644
index 0000000..2f264dd
--- /dev/null
+++ b/subPageC/orderShop/orderDetail.vue
@@ -0,0 +1,747 @@
+
+
+
+
+
+
+
+
+ {{homestayOrderData.status}}
+
+
+
+ {{homestayOrderData.cancelReason}}
+
+ {{promptText(homestayOrderData.orderStatus)}}
+
+
+
+
+
+
+ 去支付
+
+
+ 取消订单
+
+
+
+ 再次预订
+
+
+
+
+
+ 退款进度:
+ 发起退款申请
+ 退款成功
+
+ 查看详情
+
+
+
+
+
+
+
+
+
+ 在线支付
+
+ ¥{{homestayOrderData.orderAmount}}
+
+
+
+
+
+
+ 发票报销
+ 如需发票,请向酒店前台索取。
+
+
+
+
+
+
+
+
+
+
+ {{homestayOrderData.hotelName}}
+ {{homestayOrderData.addressInfo}}
+
+
+
+
+ 地图导航
+
+
+ 咨询电话
+
+
+
+
+
+
+ {{getData(item.checkTime)}}
+ {{item.day}}晚
+ {{getData(item.checkOutTime)}}
+
+ {{homestayOrderData.houseName}}
+
+
+
+ 最多入住{{homestayOrderData.guest}}人
+ {{homestayOrderData.houseArea}}㎡
+
+
+
+ 入住人
+ {{homestayOrderData.bookerusername}}
+
+
+ 联系手机
+ {{homestayOrderData.bookerphone}}
+
+
+ 身份证号
+ {{homestayOrderData.idcard}}
+
+
+
+
+
+ 订单信息
+
+
+ 订单号
+ {{homestayOrderData.orderNumber}}
+
+
+ 下单时间
+ {{homestayOrderData.orderTime}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/subPageC/orderShop/orderList.vue b/subPageC/orderShop/orderList.vue
new file mode 100644
index 0000000..2e829d3
--- /dev/null
+++ b/subPageC/orderShop/orderList.vue
@@ -0,0 +1,370 @@
+
+
+
+
+ {{item.hotelName}}
+
+
+
+
+
+ {{item.houseName}}
+ {{item.checkTime}}
+
+
+ {{item.checkOutTime}}
+
+ 总价:¥{{item.orderAmount}}
+
+
+
+
+ 去支付
+ 再次预定
+ 退款进度
+
+
+
+ 等待商家确认中,请及时关注订单状态
+ {{stateMessage(item.orderStatus)}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/subPageC/orderShop/payResult.vue b/subPageC/orderShop/payResult.vue
new file mode 100644
index 0000000..6a194df
--- /dev/null
+++ b/subPageC/orderShop/payResult.vue
@@ -0,0 +1,14 @@
+
+
+
+ 支付成功
+ 1520.00
+ 1520.00
+
+
+
+
+
+
\ No newline at end of file