Browse Source

circle page

邹能昇 4 months ago
parent
commit
32e360bd5d
1 changed files with 1 additions and 0 deletions
  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);
             }