jwyu 2 gadi atpakaļ
vecāks
revīzija
691bb00c94
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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(){