mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化详情页面
This commit is contained in:
parent
503001d87b
commit
f7cfcc4180
@ -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">
|
||||
|
||||
@ -50,6 +50,9 @@
|
||||
console.log('请求失败处理');
|
||||
}
|
||||
);
|
||||
},
|
||||
_callBackListPurchaseApply:function(){
|
||||
vc.getBack();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user