wq 5 years ago
parent
commit
4c3ab6ff40
1 changed files with 1 additions and 0 deletions
  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() {