|
@@ -613,15 +613,15 @@ var vm = new Vue({
|
|
|
}
|
|
|
var result = checkRequiredKeys(checkKeys, res.info)
|
|
|
if (result) {
|
|
|
- _this.showForm = true
|
|
|
- res.data.retainedCapital = false
|
|
|
- callback && callback(res)
|
|
|
// 包含这些source,不存记录
|
|
|
// 非主动触发留资节点,每点击一次数据库不会记录
|
|
|
- // if(!isCollect) {
|
|
|
- // _this.formAjax(_this.source, res.info)
|
|
|
- // }
|
|
|
- _this.setEchoInfo(res.info)
|
|
|
+ if(!isCollect) {
|
|
|
+ _this.showForm = true
|
|
|
+ _this.setEchoInfo(res.info)
|
|
|
+ } else {
|
|
|
+ res.data.retainedCapital = false
|
|
|
+ callback && callback(res)
|
|
|
+ }
|
|
|
switch (source) {
|
|
|
case 'member_freeuse': {
|
|
|
// _this.showSuccess = true
|