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 ab23765..c22ce7d 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 d42847a..1222a2f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,7 @@ -