From fe4b5e8c859be1b67bfcb16fed9ca1db003213be Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Sat, 2 Apr 2022 09:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=88=91=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=9C=86=E5=BD=A2=E8=BF=9B=E5=BA=A6=E6=9D=A1=E7=9A=84?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C=EF=BC=8C=E5=8E=9F=E5=9B=A0?= =?UTF-8?q?=EF=BC=9AApp=E5=8A=A8=E7=94=BB=E6=97=B6=E4=BC=9A=E6=8A=96?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 8 +- components/ar-circle-progress/index.vue | 298 +++++++++++------------- 2 files changed, 146 insertions(+), 160 deletions(-) diff --git a/App.vue b/App.vue index faaa40c..99eac60 100644 --- a/App.vue +++ b/App.vue @@ -10,15 +10,15 @@ onLaunch: function() { // 配置全局域名 // #ifdef APP-PLUS - getApp().globalData.hostapi = 'https://7and5.cn'; + this.globalData.hostapi = 'https://7and5.cn'; // #endif // #ifdef MP-WEIXIN this.globalData.hostapi = 'https://7and5.cn'; // #endif // #ifdef H5 - // uni.setStorageSync('hostapi','/web'); - getApp().globalData.hostapi = '/web'; - // #endif + this.globalData.hostapi = 'https://7and5.cn'; + // this.globalData.hostapi = '/web'; + // #endif }, onShow: function() { // if(uni.getStorageSync('token')){ diff --git a/components/ar-circle-progress/index.vue b/components/ar-circle-progress/index.vue index 35a4e4d..5093b4e 100644 --- a/components/ar-circle-progress/index.vue +++ b/components/ar-circle-progress/index.vue @@ -1,176 +1,162 @@