5184986e by 杨炀

no message

1 parent a024cd59
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!