소스 검색

circle page

邹能昇 4 달 전
부모
커밋
32e360bd5d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      nova-werun/components/circle-card/index.js

+ 1 - 0
nova-werun/components/circle-card/index.js

@@ -274,6 +274,7 @@ Component({
                 let saveDate2 = await Comment.save();
                 console.log(saveDate2);
                 console.log("新数据保存成功");
+                this.getComment()
             } catch (error) {
                 console.error("保存数据时出现错误:", error);
             }