|
@@ -7,14 +7,20 @@
|
|
|
<ul class="list">
|
|
<ul class="list">
|
|
|
<li v-for="l in list" @click="goAppoint(l)" v-if="parseInt(l.Status) == 1">
|
|
<li v-for="l in list" @click="goAppoint(l)" v-if="parseInt(l.Status) == 1">
|
|
|
<div class="lt">
|
|
<div class="lt">
|
|
|
- <img src="../static/images/main/shop2.jpg" width="100%" height="100%" v-show="parseInt(l.ShopID) == 3"/>
|
|
|
|
|
- <img src="../static/images/main/shop.jpg" width="100%" height="100%" v-show="parseInt(l.ShopID) == 4"/>
|
|
|
|
|
- <img src="../static/images/main/shop3.png" width="100%" height="100%" v-show="parseInt(l.ShopID) == 5"/>
|
|
|
|
|
|
|
+ <img src="../static/images/main/shop2.jpg" width="100%" height="100%"
|
|
|
|
|
+ v-show="parseInt(l.ShopID) == 3"/>
|
|
|
|
|
+ <img src="../static/images/main/shop.jpg" width="100%" height="100%"
|
|
|
|
|
+ v-show="parseInt(l.ShopID) == 4"/>
|
|
|
|
|
+ <img src="../static/images/main/shop3.png" width="100%" height="100%"
|
|
|
|
|
+ v-show="parseInt(l.ShopID) == 5"/>
|
|
|
|
|
+ <img src="../static/images/main/shop3.png" width="100%" height="100%"
|
|
|
|
|
+ v-show="parseInt(l.ShopID) == 6"/>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="rt">
|
|
<div class="rt">
|
|
|
<h4 style="background-color: #FFA310" v-if="l.ShopID == 3">{{ l.ShopName.substr(5,12) }}</h4>
|
|
<h4 style="background-color: #FFA310" v-if="l.ShopID == 3">{{ l.ShopName.substr(5,12) }}</h4>
|
|
|
<h4 style="background-color: #37CB00" v-if="l.ShopID == 4">{{ l.ShopName.substr(5,12) }}</h4>
|
|
<h4 style="background-color: #37CB00" v-if="l.ShopID == 4">{{ l.ShopName.substr(5,12) }}</h4>
|
|
|
<h4 style="background-color: #028FE1" v-if="l.ShopID == 5">{{ l.ShopName.substr(5,12) }}</h4>
|
|
<h4 style="background-color: #028FE1" v-if="l.ShopID == 5">{{ l.ShopName.substr(5,12) }}</h4>
|
|
|
|
|
+ <h4 style="background-color: #028FE1" v-if="l.ShopID == 6">{{ l.ShopName.substr(5,12) }}</h4>
|
|
|
<span>今日预约名额剩余
|
|
<span>今日预约名额剩余
|
|
|
<i v-if="l.RemainOrdernum > 0">{{ l.RemainOrdernum }}</i>
|
|
<i v-if="l.RemainOrdernum > 0">{{ l.RemainOrdernum }}</i>
|
|
|
<i v-if="l.RemainOrdernum == 0" class="red">{{ l.RemainOrdernum }}</i>
|
|
<i v-if="l.RemainOrdernum == 0" class="red">{{ l.RemainOrdernum }}</i>
|
|
@@ -271,6 +277,7 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
float: left;
|
|
float: left;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.list .lt {
|
|
.list .lt {
|
|
|
width: 33%;
|
|
width: 33%;
|
|
|
height: 100%;
|
|
height: 100%;
|