优化详情页面

This commit is contained in:
java110 2020-05-09 18:18:17 +08:00
parent 503001d87b
commit f7cfcc4180
2 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,12 @@
<div class="ibox ">
<div class="ibox-title">
<h5>申请信息</h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_callBackListPurchaseApply()">
返回
</button>
</div>
</div>
<div class="ibox-content">
<div class="row">

View File

@ -50,6 +50,9 @@
console.log('请求失败处理');
}
);
},
_callBackListPurchaseApply:function(){
vc.getBack();
}
}
});