From 713f4cce36ef4ff9b678f156e3158b6d0ff757b3 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 10 May 2021 15:24:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=BD=AE=E6=92=AD=E5=9B=BE?= =?UTF-8?q?=EF=BC=8C=E9=A6=96=E9=A1=B5=E9=99=90=E5=88=B6=EF=BC=8C=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=9B=BE=E7=89=87=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Athletes/AthAdd.vue | 2 +- pages/Coach/Coach.vue | 2 +- pages/First/Choose.vue | 2 +- pages/First/First.vue | 22 +- pages/Leader/Leader.vue | 2 +- pages/Login/Register.vue | 628 +++++++++++++++-------------- pages/Login/Retrieve.vue | 12 +- store/modules/project/mutations.js | 2 +- utils/user.js | 6 +- 9 files changed, 345 insertions(+), 333 deletions(-) diff --git a/pages/Athletes/AthAdd.vue b/pages/Athletes/AthAdd.vue index d7ceafc..a6861da 100644 --- a/pages/Athletes/AthAdd.vue +++ b/pages/Athletes/AthAdd.vue @@ -305,7 +305,7 @@ import { mapState } from 'vuex' // that.urlTobase64(res.tempFilePaths[0],type); uni.uploadFile({ - url: '//test.tall.wiki/gateway/mt/file/upload/photo', + url: '//www.tall.wiki/gateway/mt/file/upload/photo', // url: '//www.tall.wiki/gateway/mt/file/upload/photo', filePath: tempFilePaths, header:{ diff --git a/pages/Coach/Coach.vue b/pages/Coach/Coach.vue index 53c784e..ffce6f9 100644 --- a/pages/Coach/Coach.vue +++ b/pages/Coach/Coach.vue @@ -126,7 +126,7 @@ const tempFilePaths = res.tempFilePaths[0] that[`${type}`] = tempFilePaths uni.uploadFile({ - url: '//test.tall.wiki/gateway/mt/file/upload/photo', + url: '//www.tall.wiki/gateway/mt/file/upload/photo', // url: '//www.tall.wiki/gateway/mt/file/upload/photo', filePath: tempFilePaths, header:{ diff --git a/pages/First/Choose.vue b/pages/First/Choose.vue index 2d99e91..3136dfb 100644 --- a/pages/First/Choose.vue +++ b/pages/First/Choose.vue @@ -40,7 +40,7 @@ jump(item) { console.log(item.competeStatus) if(item.competeStatus === 1) { - this.setCompanyId(item.id) + // this.setCompanyId(item.id) this.setType(item.type) uni.navigateTo({ url:`../First/First` diff --git a/pages/First/First.vue b/pages/First/First.vue index a146012..ebebfe7 100644 --- a/pages/First/First.vue +++ b/pages/First/First.vue @@ -10,7 +10,7 @@ {{ index + 1 }} {{ item.title }} - 请填写 + 请填写 已填写 @@ -27,7 +27,7 @@