5184986e by 杨炀

no message

1 parent a024cd59
......@@ -117,7 +117,8 @@
}}<span>{{ language == 0 ? r.roomPrice : r.roomPriceEn }}</span></div>
</el-col>
<el-col :span="3">
<el-button v-if="language==0" :disabled="!r.useCount && !hotTime" :class="{'forbid':(r.useCount<=0 && hotTime)}"
<!-- :disabled="!r.useCount && !hotTime"-->
<el-button v-if="language==0" :class="{'forbid':!(!hotTime[0] || r.useCount>0)}"
@click="goOrder(r)" class="bg-lineg button">
<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!