diff --git a/App.vue b/App.vue
index b67961c..ae332f2 100644
--- a/App.vue
+++ b/App.vue
@@ -10,11 +10,12 @@
diff --git a/pages/index/cart.vue b/pages/index/cart.vue
index 8d3f551..9385187 100644
--- a/pages/index/cart.vue
+++ b/pages/index/cart.vue
@@ -1,18 +1,18 @@
-
-
-
-
+
+
+
+
+
+
+
+
@@ -20,12 +20,18 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/pages/index/center.vue b/pages/index/center.vue
index 3411fe7..f251fb4 100644
--- a/pages/index/center.vue
+++ b/pages/index/center.vue
@@ -29,17 +29,17 @@
+ @click="$utils.navigateTo('/pages_my/activeList')">
待参加
+ @click="$utils.navigateTo('/pages_my/activeList')">
已完成
+ @click="$utils.navigateTo('/pages_my/activeList')">
已取消
@@ -90,7 +90,8 @@
},
{
src:require('@/static/image/center/line-2.png'),
- name:'我的收藏'
+ name:'我的收藏',
+ url:'/pages_my/collection'
},
{
src:require('@/static/image/center/line-3.png'),
diff --git a/pages/index/member.vue b/pages/index/member.vue
index d55b81b..8c7efa0 100644
--- a/pages/index/member.vue
+++ b/pages/index/member.vue
@@ -1,7 +1,7 @@
-
+
@@ -58,6 +58,7 @@
},
data() {
return {
+ bgColor:'transparent',
list: [
'https://cdn.uviewui.com/uview/swiper/swiper3.png',
]
@@ -69,6 +70,13 @@
},
onShow() {
+ },
+ onPageScroll(e) {
+ if(e.scrollTop > 50) {
+ this.bgColor ='#49070c'
+ }else{
+ this.bgColor ='transparent'
+ }
},
methods:{
toRenzheng() {
diff --git a/pages/mixins/globalMixin.js b/pages/mixins/globalMixin.js
new file mode 100644
index 0000000..6ea7e3c
--- /dev/null
+++ b/pages/mixins/globalMixin.js
@@ -0,0 +1,33 @@
+export const globalMixin = {
+ data() {
+ return {
+ bgColor:'transparent',
+ fontColor:'#fff',
+ leftIconColor: '#fff'
+ };
+ },
+ computed: {
+ customStyle() {
+ return {
+ height: '88rpx',
+ color: '#FF4546',
+ }
+ }
+ },
+ created() {
+ },
+ onPageScroll(e) {
+ if(e.scrollTop > 50) {
+ this.bgColor ='#49070c'
+ this.fontColor ="#fff",
+ this.leftIconColor ="#fff"
+ }else{
+ this.bgColor ='transparent'
+ this.fontColor ="#fff",
+ this.leftIconColor ="#fff"
+ }
+ },
+ methods: {
+ }
+ };
+
\ No newline at end of file
diff --git a/pages_my/activeList.vue b/pages_my/activeList.vue
new file mode 100644
index 0000000..00621a6
--- /dev/null
+++ b/pages_my/activeList.vue
@@ -0,0 +1,244 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 夏日去撒野旅游计划~
+ 2024.10.28 10:00
+ 成都市东丽湖露营地32号
+
+
+ ¥233.00
+ 11/40
+ 已开票
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_my/collection.vue b/pages_my/collection.vue
new file mode 100644
index 0000000..5ede9bb
--- /dev/null
+++ b/pages_my/collection.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+ 夏日去撒野旅游计划~
+ 2024.10.28 10:00
+ 成都市东丽湖露营地32号
+
+
+ 12/30
+
+
+
+
+
+
+
+
+
+
+
+ 夏日去撒野旅游计划~
+ 2024.10.28 10:00
+ 成都市东丽湖露营地32号
+
+
+ 12/30
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_my/travelList.vue b/pages_my/travelList.vue
new file mode 100644
index 0000000..c9557b0
--- /dev/null
+++ b/pages_my/travelList.vue
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 夏日去撒野旅游计划~
+ 2024.10.28 10:00
+ 成都市东丽湖露营地32号
+
+
+ ¥233.00
+ 11/40
+ 已开票
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_order/huodong-detail.vue b/pages_order/huodong-detail.vue
index f38a9ef..761c481 100644
--- a/pages_order/huodong-detail.vue
+++ b/pages_order/huodong-detail.vue
@@ -5,7 +5,7 @@
-
+
泰酷辣-清迈治愈之旅
开始时间:2024.12.28 10:00
diff --git a/pages_order/invoiceIssuance.vue b/pages_order/invoiceIssuance.vue
new file mode 100644
index 0000000..26a4450
--- /dev/null
+++ b/pages_order/invoiceIssuance.vue
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+ 夏日去撒野旅游计划~
+ 2024.10.28 10:00
+ 成都市东丽湖露营地32号
+
+ 总计¥800.00
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_order/invoiceRecords.vue b/pages_order/invoiceRecords.vue
new file mode 100644
index 0000000..2854aab
--- /dev/null
+++ b/pages_order/invoiceRecords.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
+ 夏日去撒野旅游计划~
+ 2024.10.28 10:00
+ 成都市东丽湖露营地32号
+
+
+ 标准票
+ ×3
+ 已开票
+
+
+
+
+
+
+
+
+
+
diff --git a/pages_order/lvyou-detail.vue b/pages_order/lvyou-detail.vue
index f5f032f..dc876c0 100644
--- a/pages_order/lvyou-detail.vue
+++ b/pages_order/lvyou-detail.vue
@@ -5,7 +5,7 @@
-
+
泰酷辣-清迈治愈之旅
开始时间:2024.12.28 10:00
diff --git a/pages_order/orderDetails.vue b/pages_order/orderDetails.vue
index 57d8ed8..f721eec 100644
--- a/pages_order/orderDetails.vue
+++ b/pages_order/orderDetails.vue
@@ -1,15 +1,15 @@
-
+
-
-
+
+
待参加
-
+
-
+
@@ -42,28 +42,22 @@
-
+
-
\ No newline at end of file
diff --git a/static/image/cart/bgIcon.png b/static/image/cart/bgIcon.png
index 1f5fe3b..cdaef69 100644
Binary files a/static/image/cart/bgIcon.png and b/static/image/cart/bgIcon.png differ
diff --git a/static/image/cart/evaluateIcon.png b/static/image/cart/evaluateIcon.png
new file mode 100644
index 0000000..3120968
Binary files /dev/null and b/static/image/cart/evaluateIcon.png differ
diff --git a/static/image/cart/selectIcon.png b/static/image/cart/selectIcon.png
new file mode 100644
index 0000000..b9a0efc
Binary files /dev/null and b/static/image/cart/selectIcon.png differ
diff --git a/static/image/cart/uncheckedIcon.png b/static/image/cart/uncheckedIcon.png
new file mode 100644
index 0000000..011e4b1
Binary files /dev/null and b/static/image/cart/uncheckedIcon.png differ
diff --git a/static/image/home/img-1.png b/static/image/home/img-1.png
deleted file mode 100644
index ec73367..0000000
Binary files a/static/image/home/img-1.png and /dev/null differ
diff --git a/static/image/icon.png b/static/image/icon.png
new file mode 100644
index 0000000..64bc431
Binary files /dev/null and b/static/image/icon.png differ
diff --git a/static/image/member/item-img.png b/static/image/member/item-img.png
deleted file mode 100644
index 7d5e836..0000000
Binary files a/static/image/member/item-img.png and /dev/null differ
diff --git a/uni.scss b/uni.scss
index aa30bde..20cf941 100644
--- a/uni.scss
+++ b/uni.scss
@@ -13,6 +13,9 @@
*/
/* 颜色变量 */
$uni-color: #A3D250;
+$uni-color-background: #060504;
+$uni-color-card-background: #1B1713;
+$uni--bg-color-btn: #381615;
/* 行为相关颜色 */
$uni-color-primary: #FF4546;