Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
biao
9 years ago
Commit
fb9945319e341d379d2f173c017294410795c3ba
1 parent
3ab098b9
解决代码规范问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
static/js/cart/chose-panel.js
static/js/cart/chose-panel.js
View file @
fb99453
...
...
@@ -43,7 +43,7 @@ var isEdit,
isSelected
,
oldSknId
;
// 限购商品的商品码。只有限购商品时才会设置。
// 限购商品的商品码。只有限购商品时才会设置。
var
limitProductCode
,
// 限购商品的skn。只有限购商品时才会设置。
...
...
@@ -473,13 +473,14 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
}
else
if
(
limitProductCode
)
{
// 当前面板选择的是限购商品
url
=
'http://m.yohobuy.com/cart/index/orderEnsure?code='
+
limitProductCode
+
'&&sku='
+
productSku
+
'&&skn='
+
skn
+
'&&buy_num='
+
buyNumber
;
url
=
'http://m.yohobuy.com/cart/index/orderEnsure?code='
+
limitProductCode
+
'&&sku='
+
productSku
+
'&&skn='
+
skn
+
'&&buy_num='
+
buyNumber
;
//打开结算页面,结束函数执行。
window
.
location
.
href
=
url
;
return
false
;
}
else
{
}
else
{
cartGoodData
=
{
productSku
:
productSku
,
buyNumber
:
buyNumber
,
...
...
Please
register
or
login
to post a comment