From 9a33def7de2b41adf38455b394cd877c6b0f9832 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Mon, 18 Dec 2023 16:14:46 +0800
Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=AD=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
apis/modules/parner.js | 3 +
apis/modules/user.js | 10 +-
config/request.js | 4 +-
manifest.json | 2 +-
pages.json | 9 --
pages/index/index.vue | 15 ++-
pages/login/login.vue | 2 +-
pages/reg/reg.vue | 187 -----------------------------------
pages/supplier/supplier.vue | 2 +-
team/auth/auth.vue | 106 ++++++++++++++------
team/certified/certified.vue | 6 +-
team/teams/teams.vue | 8 +-
12 files changed, 111 insertions(+), 243 deletions(-)
delete mode 100644 pages/reg/reg.vue
diff --git a/apis/modules/parner.js b/apis/modules/parner.js
index 21e03bb..d4ef5cf 100644
--- a/apis/modules/parner.js
+++ b/apis/modules/parner.js
@@ -44,4 +44,7 @@ export const getPartnerTeamRates = data => {
// new
export const getTeamsByPlatformId = data => {
return get(`nakadai/kindergarten/platformTeamAccount/getTeamsByPlatformId`, data)
+}
+export const platformTeamAccountList = data => {
+ return post(`nakadai/kindergarten/platformTeamAccount/platformTeamAccountList`, data)
}
\ No newline at end of file
diff --git a/apis/modules/user.js b/apis/modules/user.js
index fc588cb..4f94dfc 100644
--- a/apis/modules/user.js
+++ b/apis/modules/user.js
@@ -13,9 +13,17 @@ export const realNameAuthentication = (data) => {
export const faceAuthentication = (data) => {
return post(`users/users/autonym/faceAuthentication?imgFile=${data.imgFile}&side=${data.side}`)
}
-export const authenticationOrNot = (data) => {
+export const authenticationOrNot = () => {
return post(`users/users/autonym/authenticationOrNot`)
}
+export const businessLicensePictureVerification = (imgFile) => {
+ return post(`users/users/autonym/businessLicensePictureVerification?imgFile=${imgFile}`)
+}
+export const creditCodeAuthentication = (data) => {
+ return post(`users/users/autonym/creditCodeAuthentication`, data)
+}
+
+
export const queryProvince = () => {
return get('nakadai/nakadai/province/queryProvince')
diff --git a/config/request.js b/config/request.js
index 5c6a6d8..ec962e7 100644
--- a/config/request.js
+++ b/config/request.js
@@ -6,8 +6,8 @@
export default {
// baseURL: 'https://huorantech.cn/',
- baseURL: 'http://192.168.31.51:10010/',
- // baseURL: 'http://121.37.12.51/',
+ baseURL: 'http://192.168.31.217:10010/',
+ // baseURL: '124.71.79.122/',
headers: {
'Content-Type': 'application/json;charset=UTF-8'
},
diff --git a/manifest.json b/manifest.json
index 525c715..6d9af7a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
{
- "name" : "职站商城",
+ "name" : "GPAC",
"appid" : "__UNI__2E89BA6",
"description" : "",
"versionName" : "1.0.0",
diff --git a/pages.json b/pages.json
index 022a781..433dc1d 100644
--- a/pages.json
+++ b/pages.json
@@ -40,15 +40,6 @@
"enablePullDownRefresh": false
}
}
- ,{
- "path" : "pages/reg/reg",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
],
"subPackages": [
{
diff --git a/pages/index/index.vue b/pages/index/index.vue
index d8bfaad..9d8478f 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -2,14 +2,14 @@
-
+
-
+
@@ -18,7 +18,7 @@
爆款推荐
-
+
@@ -174,6 +174,11 @@
}
this.$set(item, 'signing', signing)
},
+ // keyword清除回调
+ clearKeyword() {
+ this.keyword = ''
+ this.initList()
+ },
// 跳转活动详情
toDetail(item) {
@@ -248,6 +253,10 @@
width: 100%;
}
}
+.hot {
+ width: 100%;
+ height: 200rpx;
+}
.module {
margin: 20rpx;
padding: 20rpx;
diff --git a/pages/login/login.vue b/pages/login/login.vue
index a15453e..1412ae2 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -14,7 +14,7 @@
快捷登录
- 如果没有账号会自动创建账号
+ 如果没有账号会自动创建账号
diff --git a/pages/reg/reg.vue b/pages/reg/reg.vue
deleted file mode 100644
index a0611ea..0000000
--- a/pages/reg/reg.vue
+++ /dev/null
@@ -1,187 +0,0 @@
-
-
-
-
-
- {{ form.isTeam ? '或然科技城市合伙人,欢迎回来!' : form.isTeam === 0 ? '请认真填写您的姓名和意向开展业务的区域。创建成功后,我们将会有区域运营与您联系沟通后续事宜。' : '欢迎加入或然城市合伙人计划!请认真填写您的姓名和意向开展业务的区域。注册后,我们将会有区域运营与您联系沟通后续事宜。'}}
-
-
-
-
-
-
-
- {{ form.provinceName }}
-
-
-
- {{ form.cityName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/supplier/supplier.vue b/pages/supplier/supplier.vue
index 45da0e8..25cb42b 100644
--- a/pages/supplier/supplier.vue
+++ b/pages/supplier/supplier.vue
@@ -5,7 +5,7 @@
-
+
diff --git a/team/auth/auth.vue b/team/auth/auth.vue
index df0dc30..a254939 100644
--- a/team/auth/auth.vue
+++ b/team/auth/auth.vue
@@ -1,35 +1,35 @@
+
+ 上传营业执照
+
+
+
+
+ 上传办学许可证
+
+
+
- 幼儿园名称
-
+ {{ platformName }}名称
+
统一社会信用代码
-
+
法人
-
+
-
- 上传营业执照
-
-
-
-
- 上传办学许可证
-
-
-
认证信息
@@ -37,43 +37,85 @@