zhengkaixin 2 năm trước cách đây
mục cha
commit
e38a5dfed0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pages/monthlyCardActivity/monthlyCardBuy.vue

+ 2 - 2
pages/monthlyCardActivity/monthlyCardBuy.vue

@@ -10,11 +10,11 @@
 		<view class="main">
 			<view class="carNone" v-if="!isReady">
 				<img src="static/img/暂无数据-缺省页.png" alt="">
-				<p class="oldTextjp2" style="color: #bfdfd5;" oldstyle="font-size: 18px;    ">加载中</p>
+				<p class="" style="color: #bfdfd5;font-size: 18px;" >加载中</p>
 			</view>
 			<view class="carNone" v-if="isReady&&cardList.length == 0">
 				<img src="static/img/暂无数据-缺省页.png" alt="">
-				<p class="oldTextjp2" style="color: #bfdfd5;" oldstyle="font-size: 18px;    ">暂无月卡上架</p>
+				<p class="" style="color: #bfdfd5;font-size: 18px;" >暂无月卡上架</p>
 			</view>
 			<view 
 			v-for="(item,i) in cardList" :key="i"