diff --git a/common/js/mixins.js b/common/js/mixins.js index 83c942e..1bb3dee 100644 --- a/common/js/mixins.js +++ b/common/js/mixins.js @@ -8,12 +8,17 @@ export default { role: state=>state.user.vuex_userInfo.roles, vuex_userInfo: state=>state.user.vuex_userInfo, vuex_deptId: state=>state.user.vuex_userInfo.user.deptId, - vuex_coachId: state=>state.user.vuex_userInfo.coachId || '1591015108974329858', + vuex_coachId: state=>state.user.vuex_userInfo.user.coachId, }), }, data() { return { } - } + }, + onPullDownRefresh() { + setTimeout(()=>{ + uni.stopPullDownRefresh() + },1500) + }, } \ No newline at end of file diff --git a/components/myRadio/myRadio.vue b/components/myRadio/myRadio.vue index 62bbb4d..2e62715 100644 --- a/components/myRadio/myRadio.vue +++ b/components/myRadio/myRadio.vue @@ -1,7 +1,7 @@