From 4f365d70767407c76d25689a347071c4b51d7ed1 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Wed, 20 Sep 2023 20:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A9=BE=E6=A0=A1=E5=88=97=E8=A1=A8=E8=B0=83?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/mixins.js | 8 +- components/callPhone/callPhone.vue | 25 ++++- config/api.js | 5 + config/request.js | 9 +- config/utils.js | 46 +++++++- pages.json | 2 +- pages/carEntry/operaAppointment/comp/step2.vue | 2 +- pages/carEntry/operaAppointment/comp/step3.vue | 6 +- pages/carEntry/operaAppointment/comp/step4.vue | 24 +++-- .../carEntry/operaAppointment/operaAppointment.vue | 30 ++++-- pages/carEntry/simulateAppointment/comp/step1.vue | 116 ++++++++++----------- pages/indexEntry/enroll/registInfo/registInfo.vue | 8 -- pages/indexEntry/findShcool/comp/schoolItem.vue | 20 ++-- pages/indexEntry/findShcool/findShcool.vue | 48 +++++++-- .../findShcool/shcoolDetail/comp/tab3.vue | 31 ++++-- .../findShcool/shcoolDetail/shcoolDetail.vue | 31 +++++- pages/tabbar/index/index.vue | 2 +- pages/tabbar/learnCar/comp/subject1.vue | 2 +- static/images/index/avatar.png | Bin 0 -> 4563 bytes 19 files changed, 283 insertions(+), 132 deletions(-) create mode 100644 static/images/index/avatar.png 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 @@