zhoujian 5 years ago
parent effc016351
commit 69fd8e75e8

@ -26,7 +26,7 @@
</div>
<div v-if="item.status===1" @click="goPay('{{item.id}}')" style="background: red;color: #ffffff;width: 90px;height: 44px;line-height: 44px;text-align: center;margin: 10px;">点击缴费</div>
<div v-if="item.status===1" @click="goPay(item.id)" style="background: red;color: #ffffff;width: 90px;height: 44px;line-height: 44px;text-align: center;margin: 10px;">点击缴费</div>
</div>

Loading…
Cancel
Save