Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-school-app-public
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-public
Commits
c4fc31ff
Commit
c4fc31ff
authored
Jul 10, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into test
parents
961dcafc
fb059952
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
20 deletions
+17
-20
pay.tsx
src/pages/pay/pay.tsx
+17
-20
No files found.
src/pages/pay/pay.tsx
View file @
c4fc31ff
...
@@ -766,26 +766,23 @@ class Pay extends Component {
...
@@ -766,26 +766,23 @@ class Pay extends Component {
}
}
gobackHandle
()
{
gobackHandle
()
{
// if (this.checkIsShower()) {
if
(
this
.
checkIsShower
())
{
// // this.sendStartShower();
setTimeout
(()
=>
{
// Taro.showModal({
Taro
.
navigateTo
({
// title: '提示',
url
:
'/pages/index/index?'
,
// 需要问号不然回到首页可以取到业务参数
// content: '开启洗浴设备',
});
// success: res => {
},
2000
);
// if (res.confirm) {
setTimeout
(()
=>
{
// console.log('用户点击确定');
this
.
closeBluetooth
();
// } else if (res.cancel) {
this
.
closeDeviceSocket
();
// console.log('用户点击取消');
},
10000
);
// }
}
else
{
// },
setTimeout
(()
=>
{
// });
Taro
.
navigateTo
({
// } else {
url
:
'/pages/index/index?'
,
// 需要问号不然回到首页可以取到业务参数
setTimeout
(()
=>
{
});
Taro
.
navigateTo
({
},
2000
);
url
:
'/pages/index/index?'
,
// 需要问号不然回到首页可以取到业务参数
}
});
},
2000
);
// }
}
}
render
()
{
render
()
{
...
...
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