From be6bc9c0462956837c53ec28f060ea2628eb06d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E8=B6=85?= <> Date: Wed, 10 May 2023 15:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=89=8B=E6=9C=BA=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E8=80=81=E6=89=8B=E6=9C=BA=E5=8F=B7=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/oli-user.js | 8 ++--- packageSecurity/setPassword/setPassword.vue | 4 ++- pages/index/index.vue | 40 ++++++++++----------- 3 files changed, 27 insertions(+), 25 deletions(-) diff --git a/api/oli-user.js b/api/oli-user.js index 978dc5b..bbce6c0 100644 --- a/api/oli-user.js +++ b/api/oli-user.js @@ -1,6 +1,6 @@ import request from '@/utils/request' -const service_name ='oil-user' -const group_name ='oilCustomerChannelRelation' +const service_name ='xkhl-user' +const group_name ='oilCustomerChannelRelation' const change_phone ='sysCustomerInfo' export default{ //根据用户手机查询油站 @@ -91,7 +91,7 @@ export default{ initCouldUser(){ return request({ url: `/${service_name}/sysCustomerInfo/initCouldUser/initCouldUser`, - method: 'GET' + method: 'GET' }) }, -} \ No newline at end of file +} diff --git a/packageSecurity/setPassword/setPassword.vue b/packageSecurity/setPassword/setPassword.vue index 66b2bfc..9973472 100644 --- a/packageSecurity/setPassword/setPassword.vue +++ b/packageSecurity/setPassword/setPassword.vue @@ -52,7 +52,9 @@ tips: '发送验证码', frozen: false, // 验证码冷却时间 auth: {}, - verifyCodeToken:'', + verifyCodeToken:'', + pwd:"", + authpwd:"", loginUser: uni.getStorageSync('loginUser') } }, diff --git a/pages/index/index.vue b/pages/index/index.vue index 9694970..5fb9147 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,7 @@ -