diff --git a/common/js/mixins.js b/common/js/mixins.js index 07e9e85..8338488 100644 --- a/common/js/mixins.js +++ b/common/js/mixins.js @@ -12,5 +12,11 @@ export default { data() { return { } - } + }, + onPullDownRefresh() { + setTimeout(()=>{ + uni.stopPullDownRefresh() + },1500) + }, + } \ No newline at end of file diff --git a/components/callPhone/callPhone.vue b/components/callPhone/callPhone.vue index f0e0094..81e6c62 100644 --- a/components/callPhone/callPhone.vue +++ b/components/callPhone/callPhone.vue @@ -1,6 +1,6 @@