wechat_staff/api/index.js @@ -324,3 +324,11 @@ data }) } export const refreshEnjoy = (obj) =>{ let child = obj.selectComponent('.buoyClient'); // 调用子组件中定义的方法 if(child){ child.freshData(); } }