Переглянути джерело

feat:提交代码,电影模块增加pv等

longzhicheng 1 рік тому
батько
коміт
61505d6be5
2 змінених файлів з 2 додано та 4 видалено
  1. 0 1
      components.d.ts
  2. 2 3
      src/subPages/pages/movies/moviesTicketList.vue

+ 0 - 1
components.d.ts

@@ -59,7 +59,6 @@ declare module '@vue/runtime-core' {
59 59
     NutMenuItem: typeof import('nutui-uniapp/components/menuitem/menuitem.vue')['default']
60 60
     NutNoticebar: typeof import('nutui-uniapp/components/noticebar/noticebar.vue')['default']
61 61
     NutOverlay: typeof import('nutui-uniapp/components/overlay/overlay.vue')['default']
62
-    NutPicker: typeof import('nutui-uniapp/components/picker/picker.vue')['default']
63 62
     NutPopup: typeof import('nutui-uniapp/components/popup/popup.vue')['default']
64 63
     NutRadio: typeof import('nutui-uniapp/components/radio/radio.vue')['default']
65 64
     NutRadioGroup: typeof import('nutui-uniapp/components/radiogroup/radiogroup.vue')['default']

+ 2 - 3
src/subPages/pages/movies/moviesTicketList.vue

@@ -61,7 +61,8 @@
61 61
 			</view>
62 62
 			<view class="item-h">
63 63
 				<text class="item-price">¥{{item.price}}</text>
64
-				<!-- <text class="item-price-unit">市场价¥46</text> -->
64
+				<text class="item-price-unit">pv:{{item.pv}}</text>
65
+				<text class="item-price-unit">养老金:{{item.yanglaojin}}</text>
65 66
 			</view>
66 67
 			<view class="buy-btn">购票</view>
67 68
 		</view>
@@ -561,13 +562,11 @@
561 562
 				font-size:28rpx ;
562 563
 				font-weight: bolder;
563 564
 				color: #f44546;
564
-				margin-bottom: 10rpx;
565 565
 			}
566 566
 			
567 567
 			.item-price-unit{
568 568
 				font-size:22rpx ;
569 569
 				color: #999;
570
-				text-decoration: line-through;
571 570
 			}
572 571
 			.item-des{
573 572
 				font-size:22rpx ;