|
@@ -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"
|