Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
毕凯
2017-10-18 11:47:36 +0800
Commit
7949690b73f60a54eded2fdb5f5e380a18195b35
2 parents
c3ad6412
5581669f
Merge branch 'feature/activity' into 'release/6.2'
touchend-to-click See merge request
!1006
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/cart/pay.page.js
public/js/plugin/rich-tip.js
public/js/cart/pay.page.js
View file @
7949690
...
...
@@ -36,7 +36,7 @@ let appIconPosition = {
bank
:
'-4rem'
};
$
(
'.nav-back'
).
on
(
'
touchend
'
,
function
()
{
$
(
'.nav-back'
).
on
(
'
click
'
,
function
()
{
richTip
.
show
(
[
'超过支付时效后订单会被取消,'
,
'请尽快到我的订单完成支付哦!'
],
[
...
...
public/js/plugin/rich-tip.js
View file @
7949690
...
...
@@ -19,7 +19,7 @@ function setCallback(t, p) {
* 跳转还是消失控制
*/
(
function
()
{
$tip
.
on
(
'
touchend
'
,
function
(
event
)
{
$tip
.
on
(
'
click
'
,
function
(
event
)
{
if
(
event
.
target
.
tagName
===
'SPAN'
)
{
if
(
touchCallback
)
{
touchCallback
(
params
);
...
...
Please
register
or
login
to post a comment