@@ -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(){