diff --git a/pages.json b/pages.json index 5310836..d49fc28 100644 --- a/pages.json +++ b/pages.json @@ -14,6 +14,20 @@ "enablePullDownRefresh": false } }, + { + "path": "pages/my/view-venues", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/my/set-up", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, { "path": "pages/ticket/index", "style": { diff --git a/pages/my/my.vue b/pages/my/my.vue index 18c6e66..65b0293 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -4,7 +4,7 @@
-
+
@@ -19,7 +19,7 @@
-
设置
+
设置
@@ -37,8 +37,7 @@
- +
·我未使用的门票
@@ -50,20 +49,46 @@ 预约日期:2023.12.30 预约类型:单人票
-
+
+
+
+
苏州博物馆元旦门票
+
+ 预约场馆:首都博物馆 + 预约日期:2023.12.30 + 预约类型:单人票 +
+
+ +
+ +
+
+
- @@ -150,6 +175,7 @@ export default { .content4 { margin-top: 22rpx; .wrap1 { + margin-bottom: 6rpx; color: #8cc4b2; font-size: 28rpx; } @@ -199,8 +225,10 @@ export default { } } .content3 { + height: 3rpx; + background-size: 100%; display: flex; - justify-content: center; + background-image: url("../../static/zx303@3x.png"); align-items: center; margin-top: 38rpx; } diff --git a/pages/my/set-up.vue b/pages/my/set-up.vue new file mode 100644 index 0000000..14c3d1b --- /dev/null +++ b/pages/my/set-up.vue @@ -0,0 +1,132 @@ + + + diff --git a/pages/my/view-venues.vue b/pages/my/view-venues.vue new file mode 100644 index 0000000..8f918b4 --- /dev/null +++ b/pages/my/view-venues.vue @@ -0,0 +1,22 @@ + + + + + + diff --git a/static/06@3x (2).png b/static/06@3x (2).png new file mode 100644 index 0000000..630910a Binary files /dev/null and b/static/06@3x (2).png differ diff --git a/static/gdz49@3x.png b/static/gdz49@3x.png new file mode 100644 index 0000000..1bc35ad Binary files /dev/null and b/static/gdz49@3x.png differ diff --git a/static/zu1035@3x.png b/static/zu1035@3x.png new file mode 100644 index 0000000..a0d5533 Binary files /dev/null and b/static/zu1035@3x.png differ