Commit 57c855dc authored by 周俊涛(东信)'s avatar 周俊涛(东信)

路由特价套餐样式

parent 521194d4
......@@ -104,7 +104,7 @@
<div class="package-list">
<div
class="package-item"
:class="{ active: activeMeal === v, 'special-offer': true }"
:class="{ active: activeMeal === v, 'special-offer': v.isEspecially }"
v-for="(v, i) in mealList"
@click="onActiveMeal(v)"
:key="i"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment