Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-school-app
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
wx-school-app
Commits
3795e6a0
Commit
3795e6a0
authored
Aug 13, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into test
parents
2c5eebfc
724150af
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
12 additions
and
12 deletions
+12
-12
app.tsx
src/app.tsx
+4
-4
Login.tsx
src/pages/Login/Login.tsx
+1
-1
ChangeHardwareAccount.scss
src/pages/Password/ChangeHardwareAccount.scss
+0
-0
ChangeHardwareAccount.tsx
src/pages/Password/ChangeHardwareAccount.tsx
+0
-0
ChangePwd.scss
src/pages/Password/ChangePwd.scss
+0
-0
ChangePwd.tsx
src/pages/Password/ChangePwd.tsx
+1
-1
ChangeTelAccount.scss
src/pages/Password/ChangeTelAccount.scss
+0
-0
ChangeTelAccount.tsx
src/pages/Password/ChangeTelAccount.tsx
+1
-1
Common.scss
src/pages/Password/Common.scss
+0
-0
ResetPwd.scss
src/pages/Password/ResetPwd.scss
+0
-0
ResetPwd.tsx
src/pages/Password/ResetPwd.tsx
+0
-0
useAccountLogin.ts
src/pages/Password/useAccountLogin.ts
+0
-0
useBalanceState.ts
src/pages/Password/useBalanceState.ts
+0
-0
usePasswordInput.ts
src/pages/Password/usePasswordInput.ts
+0
-0
CustomerSetting.tsx
src/pages/UserSetting/CustomerSetting.tsx
+5
-5
No files found.
src/app.tsx
View file @
3795e6a0
...
...
@@ -32,7 +32,7 @@ class App extends Component {
'pages/BarCode/BarCode'
,
'pages/Announcement/Announcement'
,
'pages/UserSetting/UserSetting'
,
'pages/Pass
W
ord/ResetPwd'
,
'pages/Pass
w
ord/ResetPwd'
,
'pages/Register/Register'
,
'pages/Login/Login'
,
'pages/Feedback/Feedback'
,
...
...
@@ -44,9 +44,9 @@ class App extends Component {
'pages/Shower/ShowerAppointment'
,
'pages/WaterDispenser/WaterDispenser'
,
'pages/Account/Account'
,
'pages/Pass
W
ord/ChangePwd'
,
'pages/Pass
W
ord/ChangeHardwareAccount'
,
'pages/Pass
W
ord/ChangeTelAccount'
,
'pages/Pass
w
ord/ChangePwd'
,
'pages/Pass
w
ord/ChangeHardwareAccount'
,
'pages/Pass
w
ord/ChangeTelAccount'
,
],
window
:
{
backgroundTextStyle
:
'light'
,
...
...
src/pages/Login/Login.tsx
View file @
3795e6a0
...
...
@@ -160,7 +160,7 @@ class Login extends Component {
</
View
>
<
Navigator
className=
'Login-regist-btn'
url=
'/pages/Pass
W
ord/ResetPwd'
>
url=
'/pages/Pass
w
ord/ResetPwd'
>
忘记密码
</
Navigator
>
</
View
>
...
...
src/pages/Pass
W
ord/ChangeHardwareAccount.scss
→
src/pages/Pass
w
ord/ChangeHardwareAccount.scss
View file @
3795e6a0
File moved
src/pages/Pass
W
ord/ChangeHardwareAccount.tsx
→
src/pages/Pass
w
ord/ChangeHardwareAccount.tsx
View file @
3795e6a0
File moved
src/pages/Pass
W
ord/ChangePwd.scss
→
src/pages/Pass
w
ord/ChangePwd.scss
View file @
3795e6a0
File moved
src/pages/Pass
W
ord/ChangePwd.tsx
→
src/pages/Pass
w
ord/ChangePwd.tsx
View file @
3795e6a0
...
...
@@ -71,7 +71,7 @@ const ChangePwd = () => {
const
goResetpwd
=
()
=>
{
Taro
.
navigateTo
({
url
:
'/pages/Pass
W
ord/ResetPwd'
,
url
:
'/pages/Pass
w
ord/ResetPwd'
,
});
};
...
...
src/pages/Pass
W
ord/ChangeTelAccount.scss
→
src/pages/Pass
w
ord/ChangeTelAccount.scss
View file @
3795e6a0
File moved
src/pages/Pass
W
ord/ChangeTelAccount.tsx
→
src/pages/Pass
w
ord/ChangeTelAccount.tsx
View file @
3795e6a0
...
...
@@ -21,7 +21,7 @@ const ChangeTelAccount = () => {
const
goResetpwd
=
()
=>
{
Taro
.
navigateTo
({
url
:
'/pages/Pass
W
ord/ResetPwd'
,
url
:
'/pages/Pass
w
ord/ResetPwd'
,
});
};
const
changeAccountHandle
=
()
=>
{
...
...
src/pages/Pass
W
ord/Common.scss
→
src/pages/Pass
w
ord/Common.scss
View file @
3795e6a0
File moved
src/pages/Pass
W
ord/ResetPwd.scss
→
src/pages/Pass
w
ord/ResetPwd.scss
View file @
3795e6a0
File moved
src/pages/Pass
W
ord/ResetPwd.tsx
→
src/pages/Pass
w
ord/ResetPwd.tsx
View file @
3795e6a0
File moved
src/pages/Pass
W
ord/useAccountLogin.ts
→
src/pages/Pass
w
ord/useAccountLogin.ts
View file @
3795e6a0
File moved
src/pages/Pass
W
ord/useBalanceState.ts
→
src/pages/Pass
w
ord/useBalanceState.ts
View file @
3795e6a0
File moved
src/pages/Pass
W
ord/usePasswordInput.ts
→
src/pages/Pass
w
ord/usePasswordInput.ts
View file @
3795e6a0
File moved
src/pages/UserSetting/CustomerSetting.tsx
View file @
3795e6a0
...
...
@@ -3,8 +3,8 @@ import Taro from '@tarojs/taro';
import
{
View
,
Text
,
Switch
}
from
'@tarojs/components'
;
import
{
useSelector
}
from
'@tarojs/redux'
;
import
{
Customer
}
from
'@/types/Customer/Customer'
;
import
useAccountLogin
from
'../Pass
W
ord/useAccountLogin'
;
import
useBalanceState
from
'../Pass
W
ord/useBalanceState'
;
import
useAccountLogin
from
'../Pass
w
ord/useAccountLogin'
;
import
useBalanceState
from
'../Pass
w
ord/useBalanceState'
;
const
CustomerSetting
=
()
=>
{
const
userinfo
=
useSelector
(
...
...
@@ -13,19 +13,19 @@ const CustomerSetting = () => {
const
goChangePwd
=
()
=>
{
Taro
.
navigateTo
({
url
:
'/pages/Pass
W
ord/ChangePwd'
,
url
:
'/pages/Pass
w
ord/ChangePwd'
,
});
};
const
goChangeAccount
=
()
=>
{
Taro
.
navigateTo
({
url
:
'/pages/Pass
W
ord/ChangeHardwareAccount'
,
url
:
'/pages/Pass
w
ord/ChangeHardwareAccount'
,
});
};
const
goChangePhoneAccount
=
()
=>
{
Taro
.
navigateTo
({
url
:
'/pages/Pass
W
ord/ChangeTelAccount'
,
url
:
'/pages/Pass
w
ord/ChangeTelAccount'
,
});
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment