diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue index 6167c3a7..59cc631b 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue @@ -64,7 +64,9 @@ export default { }, handleCancel() { + this.$confirm("是否要取消本次融资需求发布?").then(() => { + }).catch(() => 0) } }, created() { diff --git a/project/xiushan/apps/financing/AppGrabLog/AppGrabLog.vue b/project/xiushan/apps/financing/AppGrabLog/AppGrabLog.vue new file mode 100644 index 00000000..06f3508d --- /dev/null +++ b/project/xiushan/apps/financing/AppGrabLog/AppGrabLog.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue new file mode 100644 index 00000000..be056713 --- /dev/null +++ b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/project/xiushan/apps/financing/AppGrabLog/grabList.vue b/project/xiushan/apps/financing/AppGrabLog/grabList.vue new file mode 100644 index 00000000..d4bc00c6 --- /dev/null +++ b/project/xiushan/apps/financing/AppGrabLog/grabList.vue @@ -0,0 +1,91 @@ + + + + +