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 @@