diff --git a/pages.json b/pages.json index b6727e3..6130a54 100644 --- a/pages.json +++ b/pages.json @@ -41,6 +41,37 @@ "navigationBarTitleText" : "全部订单" } }, + { + "path" : "order/detail", + "style" : { + "navigationBarTitleText" : "订单详情", + "navigationStyle": "custom" + } + }, + { + "path" : "user/travelerList", + "style" : { + "navigationBarTitleText" : "收货地址" + } + }, + { + "path" : "user/myAddressAdd", + "style" : { + "navigationBarTitleText" : "收货地址" + } + }, + { + "path" : "user/gwc", + "style" : { + "navigationBarTitleText" : "购物车" + } + }, + { + "path" : "order/gwcOrder", + "style" : { + "navigationBarTitleText" : "下单" + } + }, { "path": "letter/index", "style": { diff --git a/pages/user/user.vue b/pages/user/user.vue index 1d44f47..af8b3a5 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -69,7 +69,7 @@ - 客服电话: + 即将拨打客服电话 服务时间:周一至周五
9:00-12:00,13:00-18:00
取消 @@ -122,7 +122,7 @@ { src: 'https://static.ticket.sz-trip.com/cgc/images/user/gwc.png', title: '购物车', - path: '', + path: '/subPackages/user/gwc', isShow: true }, { diff --git a/static/js/request.js b/static/js/request.js index 4a2c0a7..5b0db2c 100644 --- a/static/js/request.js +++ b/static/js/request.js @@ -40,7 +40,7 @@ Vue.prototype.NEWAPIURL = '/api'; // #endif Vue.prototype.Post = (params = {}, apiurl) => { - const token = getToken() || 'aa3940ea-57f5-412e-9803-4035d5115994'; + const token = getToken() || '948acca7-f801-4d65-beea-79dde49b1fa3'; if (token) { params.token = token; } diff --git a/subPackages/order/detail.vue b/subPackages/order/detail.vue new file mode 100644 index 0000000..5f119f8 --- /dev/null +++ b/subPackages/order/detail.vue @@ -0,0 +1,1659 @@ + + + + + \ No newline at end of file diff --git a/subPackages/order/gwcOrder.vue b/subPackages/order/gwcOrder.vue new file mode 100644 index 0000000..bec631c --- /dev/null +++ b/subPackages/order/gwcOrder.vue @@ -0,0 +1,903 @@ + + + + + diff --git a/subPackages/order/trades.vue b/subPackages/order/trades.vue index 81f31e4..91ae977 100644 --- a/subPackages/order/trades.vue +++ b/subPackages/order/trades.vue @@ -362,7 +362,9 @@ .common-types { background: white; height: 90rpx; - font-size: 31rpx; + font-weight: 500; +font-size: 31rpx; +color: #333333; z-index: 10; margin: auto; color: #666; @@ -386,9 +388,9 @@ } .common-type.active { - font-size: 31rpx; font-weight: bold; - color: #000; + font-size: 31rpx; + color: #000000; } .common-type.active:after { @@ -402,7 +404,7 @@ right: 0; bottom: 1rpx; height: 4rpx; - background: #C3282E; + background: #74A5AA; border-radius: 2rpx; } @@ -457,7 +459,7 @@ font-size: 27rpx; font-family: PingFang SC; font-weight: bold; - color: #C3282E; + color: #FC5109; } .trade-item-head-name { @@ -521,7 +523,7 @@ padding: 0 20rpx; font-weight: 500; font-size: 24rpx; - color: #C3282E; + color: #888888; margin-top: 20rpx; } @@ -585,7 +587,7 @@ .trade-item-btns .pay-btn { color: #FFFFFF; - background: #C3282E; + background: #74A5AA; border: none; padding: 10rpx 16rpx; } diff --git a/subPackages/shiguang/shiguang.vue b/subPackages/shiguang/shiguang.vue new file mode 100644 index 0000000..30cc112 --- /dev/null +++ b/subPackages/shiguang/shiguang.vue @@ -0,0 +1,19 @@ + + + + + \ No newline at end of file diff --git a/subPackages/user/gwc.vue b/subPackages/user/gwc.vue new file mode 100644 index 0000000..728526f --- /dev/null +++ b/subPackages/user/gwc.vue @@ -0,0 +1,556 @@ + + + + + \ No newline at end of file diff --git a/subPackages/user/myAddressAdd.vue b/subPackages/user/myAddressAdd.vue new file mode 100644 index 0000000..0b8f945 --- /dev/null +++ b/subPackages/user/myAddressAdd.vue @@ -0,0 +1,387 @@ + + + + + diff --git a/subPackages/user/travelerList.vue b/subPackages/user/travelerList.vue new file mode 100644 index 0000000..a8a3e4f --- /dev/null +++ b/subPackages/user/travelerList.vue @@ -0,0 +1,339 @@ + + + + +