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
fb059952
Commit
fb059952
authored
Jul 10, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
付款成功后10s后释放蓝牙及socket资源
parent
3118a781
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 @
fb059952
...
@@ -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