wq 5 年之前
父节点
当前提交
4c3ab6ff40
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/follow/followDetail.vue

+ 1 - 0
src/views/follow/followDetail.vue

@@ -81,6 +81,7 @@
       async finalSx(value){
         const res = await this.credit({id:this.sxid,money:value});
         this.$checkRes(res, '授信成功', '授信失败');
+        this.goBack();
       },
       // 返回
       goBack() {