@ -26,7 +26,7 @@
</div>
<div v-if="item.status===1" style="background: red;color: #ffffff;width: 80px;height: 44px;line-height: 44px;">点击缴费</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>
@ -53,6 +53,9 @@
methods:{
selectThis(active){
this.active=active
},
goPay(id){
location.href = "{:HTTP}{:SITE_URL}/index.php/index/index/dopay/id/"+id;
}
mounted(){