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
毕凯
8 years ago
Commit
af93158e98ef53a455d47fcba578a91c4c588e4c
2 parents
dc638f9b
f663c1bf
Merge remote-tracking branch 'origin/feature/buynowpoint' into release/5.9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
public/js/common/chose-panel-new.js
public/scss/home/installment/_repayment-list.css
public/js/common/chose-panel-new.js
View file @
af93158
...
...
@@ -184,6 +184,18 @@ class ChosePanel {
return
this
.
_choseBtnSureClick
(
e
,
false
);
});
$yohoPage
.
on
(
'touchstart'
,
'#chose-btn-buynow'
,
(
e
)
=>
{
let
sku
=
this
.
_checkSku
(
this
.
buyNum
);
window
.
_yas
.
sendCustomInfo
({
op
:
'YB_GDS_BUYNOW_BTN'
,
param
:
JSON
.
stringify
({
C_ID
:
this
.
C_ID
,
PRD_ID
:
this
.
data
.
cartInfo
.
productId
,
PRD_NUM
:
this
.
buyNum
,
PRD_SKN
:
this
.
data
.
cartInfo
.
productSkn
,
PRD_SKU
:
sku
&&
sku
.
skuId
})
},
true
);
return
this
.
_choseBtnSureClick
(
e
,
true
);
});
}
...
...
public/scss/home/installment/_repayment-list.css
View file @
af93158
...
...
@@ -105,14 +105,16 @@
}
.record-right
{
float
:
right
;
color
:
#b0b0b0
;
padding-right
:
30px
;
line-height
:
30px
;
text-align
:
right
;
position
:
absolute
;
right
:
0
;
.color-r
{
color
:
#d0021b
;
font-size
:
23px
;
}
.iconfont
{
...
...
Please
register
or
login
to post a comment