no message
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -117,7 +117,8 @@ | ... | @@ -117,7 +117,8 @@ |
| 117 | }}<span>{{ language == 0 ? r.roomPrice : r.roomPriceEn }}</span></div> | 117 | }}<span>{{ language == 0 ? r.roomPrice : r.roomPriceEn }}</span></div> |
| 118 | </el-col> | 118 | </el-col> |
| 119 | <el-col :span="3"> | 119 | <el-col :span="3"> |
| 120 | <el-button v-if="language==0" :disabled="!r.useCount && !hotTime" :class="{'forbid':(r.useCount<=0 && hotTime)}" | 120 | <!-- :disabled="!r.useCount && !hotTime"--> |
| 121 | <el-button v-if="language==0" :class="{'forbid':!(!hotTime[0] || r.useCount>0)}" | ||
| 121 | @click="goOrder(r)" class="bg-lineg button"> | 122 | @click="goOrder(r)" class="bg-lineg button"> |
| 122 | 订 | 123 | 订 |
| 123 | <div>{{ language == 0 ? '在线付' : 'Online' }}</div> | 124 | <div>{{ language == 0 ? '在线付' : 'Online' }}</div> | ... | ... |
-
Please register or sign in to post a comment