jwyu 2 年之前
父節點
當前提交
691bb00c94
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/hzyb/report/ChapterDetail.vue

+ 3 - 0
src/views/hzyb/report/ChapterDetail.vue

@@ -241,6 +241,9 @@ export default {
       const res=await apiUserInfo()
       if(res.code===200){
         this.userInfo=res.data
+        this.$nextTick(()=>{
+          this.waterMark(res.data.mobile,this.$refs.richConBox)
+        })
       }
     },
     // handelPageScroll(){