diff --git a/pages/make_order/random_sit/random_sit.wxml b/pages/make_order/random_sit/random_sit.wxml
index 7385de7..731a60e 100644
--- a/pages/make_order/random_sit/random_sit.wxml
+++ b/pages/make_order/random_sit/random_sit.wxml
@@ -1,17 +1,22 @@
-{{_info.show_info.show_name}}
-{{_info.show_info.city_name}}|{{_info.show_info.theater_name}}
-{{_info.show_info.show_date}}
+ {{_info.show_info.show_name}}
+ {{_info.show_info.city_name}}|{{_info.show_info.theater_name}}
+ {{_info.show_info.show_date}}
《温馨提示:各票档分区,不对号入座,请确认后购买》
选择票档
- ¥{{item.price}}
-
-
+
+
+ ¥{{item.price}}
+ {{item.remark}}
+
+
+
+
+
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/pages/make_order/random_sit/random_sit.wxss b/pages/make_order/random_sit/random_sit.wxss
index baada27..0a80c8d 100644
--- a/pages/make_order/random_sit/random_sit.wxss
+++ b/pages/make_order/random_sit/random_sit.wxss
@@ -35,13 +35,24 @@
.sit_sel .selecter {
display: flex;
- justify-content: flex-start;
+ justify-content: space-between;
align-items: center;
line-height: 80rpx;
}
.sit_sel .selecter .price{
- width: 200rpx;
+ width: 300rpx;
}
.sit_sel .selecter .icon{
margin-left:60rpx;
}
+.sit_sel .selecter {
+
+ font-size: 28rpx;
+}
+.disFix{
+ display: flex;
+}
+.disNonetrue{
+ visibility: hidden;
+ /* display: none; */
+}
\ No newline at end of file