Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yoho-miniapp-ufo
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hongyong.zhao
2018-10-31 17:31:08 +0800
Commit
8ef689a6c47cf12982e0be8869a6484fd0165265
1 parent
f641402b
随便逛逛逻辑添加-- reviewed byjingyou
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
src/pages/order/orderSuccess/orderSuccess.js
src/pages/order/orderSuccess/orderSuccess.wxml
src/pages/order/orderSuccess/orderSuccess.js
View file @
8ef689a
...
...
@@ -69,7 +69,13 @@ Page({
.
catch
(
error
=>
{
console
.
log
(
error
)
})
}
},
lookAround
:
function
()
{
wx
.
navigateBack
({
delta
:
getCurrentPages
().
length
-
1
})
},
})
...
...
src/pages/order/orderSuccess/orderSuccess.wxml
View file @
8ef689a
...
...
@@ -13,7 +13,7 @@
<text class="checkOrderText">{{checkOrderButtonText}}</text>
</view>
<view>
<view
bindtap="lookAround"
>
<text class="lookAround">{{lookAround}}</text>
</view>
...
...
Please
register
or
login
to post a comment