Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
6b5cf52249e571883a15b1f1039649b9b30dc52b
2 parents
11d551e0
84b1661e
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
69 additions
and
42 deletions
library/Plugin/Helpers.php
static/js/cart/cart.js
static/js/cart/good.js
static/js/cart/order-ensure.js
static/js/common.js
static/js/index/footer.js
static/js/passport/bind/bind.js
static/js/product/detail/detail.js
template/m.yohobuy.com/actions/cart/index/index.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
library/Plugin/Helpers.php
View file @
6b5cf52
...
...
@@ -596,12 +596,12 @@ class Helpers
}
elseif
(
$value
[
'goods_type'
]
==
'gift'
&&
!
isset
(
$value
[
'isAdvanceBuy'
]))
{
$oneGoods
[
'isGift'
]
=
true
;
$oneGoods
[
'salesPrice'
]
=
self
::
transPrice
(
$value
[
'sales_price'
]);
$oneGoods
[
'price'
]
=
self
::
transPrice
(
$value
[
'
sale
_price'
]);
$oneGoods
[
'price'
]
=
self
::
transPrice
(
$value
[
'
last
_price'
]);
}
elseif
(
$value
[
'goods_type'
]
==
'price_gift'
)
{
$oneGoods
[
'showCheckbox'
]
=
true
;
$oneGoods
[
'isAdvanceBuy'
]
=
true
;
$oneGoods
[
'salesPrice'
]
=
self
::
transPrice
(
$value
[
'sales_price'
]);
$oneGoods
[
'price'
]
=
self
::
transPrice
(
$value
[
'
sale
_price'
]);
$oneGoods
[
'price'
]
=
self
::
transPrice
(
$value
[
'
last
_price'
]);
}
else
{
$oneGoods
[
'showCheckbox'
]
=
true
;
}
...
...
static/js/cart/cart.js
View file @
6b5cf52
...
...
@@ -12,12 +12,13 @@ var chosePanel = require('./chose-panel'),
dialog
=
require
(
'../me/dialog'
),
tip
=
require
(
'../plugin/tip'
);
var
$cartContent
=
$
(
'.cart-content'
);
var
$cartContent
=
$
(
'.cart-content'
),
cartType
=
$
(
'#cartType'
).
val
(),
hasShowCartPresellTip
=
false
;
var
navHammer
,
advanceBuyHammer
,
freebieHammer
,
cartType
=
$
(
'#cartType'
).
val
();
freebieHammer
;
var
hasChecked
=
$
(
'.cart-content:not(.hide) .icon-cb-checked'
).
length
>
0
?
true
:
false
;
//是否有选中商品
...
...
@@ -67,8 +68,17 @@ require('./good');
lazyLoad
(
$
(
'img.lazy'
));
if
(
typeof
window
.
cookie
===
'function'
&&
'y'
===
window
.
cookie
(
'_hasShowCartPresellTip'
))
{
$
(
'#presell-tip'
).
removeClass
(
'show'
).
addClass
(
'hide'
);
hasShowCartPresellTip
=
true
;
}
else
{
$
(
'#presell-tip'
).
removeClass
(
'hide'
).
addClass
(
'show'
);
}
if
(
'advance'
===
cartType
)
{
$cartContent
.
toggleClass
(
'hide'
);
$
(
'presell-cart-nav'
).
addClass
(
'active'
);
$
(
'common-cart-nav'
).
removeClass
(
'active'
);
}
if
(
$
(
'.cart-nav'
).
length
>
0
)
{
...
...
@@ -82,8 +92,10 @@ if ($('.cart-nav').length > 0) {
if
(
cartType
===
'ordinary'
)
{
cartType
=
'advance'
;
$
(
'#cartType'
).
val
(
'advance'
);
}
else
{
cartType
=
'ordinary'
;
$
(
'#cartType'
).
val
(
'ordinary'
);
}
$this
.
siblings
(
'.active'
).
removeClass
(
'active'
);
...
...
@@ -98,9 +110,12 @@ if ($('.cart-nav').length > 0) {
$
(
window
).
trigger
(
'scroll'
);
});
setTimeout
(
function
()
{
$
(
'#presell-tip'
).
addClass
(
'hide'
);
},
3000
);
if
(
!
hasShowCartPresellTip
)
{
setTimeout
(
function
()
{
$
(
'#presell-tip'
).
removeClass
(
'show'
).
addClass
(
'hide'
);
window
.
setCookie
(
'_hasShowCartPresellTip'
,
'y'
);
},
3000
);
}
}
if
(
$
(
'.advance-buy'
).
length
>
0
)
{
...
...
@@ -117,14 +132,6 @@ if ($('.freebie').length > 0) {
});
}
//$('.advance-buy').on('touchend', function() {
// window.location.href = '/cart/index/advanceBuy?cartType=' + cartType;
//});
//
//$('.freebie').on('touchend', function() {
// window.location.href = '/cart/index/gift?cartType=' + cartType;
//});
$
(
'.btn-balance'
).
on
(
'touchend'
,
function
()
{
if
(
shouldSelectGift
())
{
showChooseGifDialog
();
...
...
static/js/cart/good.js
View file @
6b5cf52
...
...
@@ -14,7 +14,6 @@ var dialog = require('../me/dialog'),
orderInfo
=
require
(
'./order-info'
).
orderInfo
;
var
$selectAllBtn
=
$
(
'.balance .checkbox'
),
cartType
=
$
(
'#cartType'
).
val
(),
requesting
=
false
;
ellipsis
.
init
();
...
...
@@ -43,7 +42,12 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
var
goodsList
=
[],
goodInfo
=
{};
goodInfo
.
goods_type
=
cartType
;
if
(
!
$this
.
hasClass
(
'icon-cb-checked'
)
&&
$this
.
siblings
(
'.info'
).
find
(
'.low-stocks'
).
length
>
0
)
{
tip
.
show
(
'库存不足,无法购买'
);
return
false
;
}
goodInfo
.
goods_type
=
$
(
'#cartType'
).
val
();
goodInfo
.
selected
=
$this
.
hasClass
(
'icon-cb-checked'
)
?
'N'
:
'Y'
;
goodInfo
.
product_sku
=
id
;
goodInfo
.
buy_number
=
$good
.
find
(
'.count'
).
eq
(
0
).
text
().
trim
().
replace
(
'×'
,
''
);
...
...
@@ -62,7 +66,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
}
else
{
$this
.
removeClass
(
'icon-checkbox'
).
addClass
(
'icon-cb-checked'
);
}
window
.
history
.
go
(
0
);
window
.
location
.
href
=
'/cart/index/index?cartType='
+
$
(
'#cartType'
).
val
(
);
}
else
if
(
data
.
code
===
400
)
{
tip
.
show
(
'网络异常'
);
}
...
...
@@ -186,7 +190,7 @@ function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) {
//全选按钮点击事件
$selectAllBtn
.
on
(
'touchend'
,
function
()
{
bottomCheckBoxHandeler
(
$
(
this
).
hasClass
(
'icon-cb-checked'
),
cartType
,
didUpdateAllGoodsCheckStatus
);
bottomCheckBoxHandeler
(
$
(
this
).
hasClass
(
'icon-cb-checked'
),
$
(
'#cartType'
).
val
()
,
didUpdateAllGoodsCheckStatus
);
});
$
(
'.down'
).
on
(
'touchend'
,
function
()
{
...
...
static/js/cart/order-ensure.js
View file @
6b5cf52
...
...
@@ -97,12 +97,6 @@ function orderCompute() {
if
(
$
.
type
(
res
)
!==
'object'
)
{
window
.
location
.
reload
();
}
else
{
/*if (res.order_amount) {
res.order_amount = (+res.order_amount).toFixed(2);
}
if (res.discount_amount) {
res.discount_amount = (+res.discount_amount).toFixed(2);
}*/
if
(
res
.
last_order_amount
)
{
res
.
last_order_amount
=
(
+
res
.
last_order_amount
).
toFixed
(
2
);
}
...
...
@@ -128,6 +122,10 @@ function submitOrder() {
var
invoiceText
=
$invoice
.
find
(
'[name="invoice-title"]'
).
val
()
||
orderInfo
(
'invoiceText'
),
msg
=
$
(
'#msg'
).
find
(
'input'
).
val
()
||
orderInfo
(
'msg'
);
if
(
orderInfo
(
'deliveryId'
)
===
2
&&
!
$addressWrap
.
data
(
'support'
))
{
tip
.
show
(
'当前地址不支持顺丰快递'
);
return
;
}
if
(
isSubmiting
)
{
return
false
;
}
...
...
static/js/common.js
View file @
6b5cf52
...
...
@@ -3,7 +3,8 @@
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/10/21
*/
var
$
=
require
(
'jquery'
);
var
$
=
require
(
'jquery'
),
Hammer
=
require
(
'yoho.hammer'
);
var
$footer
=
$
(
'#yoho-footer'
),
$yohoPage
=
$
(
'.yoho-page'
),
...
...
@@ -131,6 +132,8 @@ function reMarginFooter(fixedElement) {
var
user
=
getUser
();
var
backToTopHammer
;
rePosFooter
();
//计算底部位置
if
(
user
===
0
)
{
...
...
@@ -151,10 +154,15 @@ function reMarginFooter(fixedElement) {
);
}
$op
.
find
(
'.back-to-top'
).
on
(
'touchend'
,
function
()
{
$
(
window
).
scrollTop
(
0
);
return
false
;
});
if
(
$op
.
find
(
'.back-to-top'
).
length
>
0
)
{
backToTopHammer
=
new
Hammer
(
$op
.
find
(
'.back-to-top'
)[
0
]);
backToTopHammer
.
on
(
'tap'
,
function
(
e
)
{
$
(
window
).
scrollTop
(
0
);
e
.
srcEvent
.
preventDefault
();
return
false
;
});
}
$footer
.
removeClass
(
'hide'
);
}());
...
...
static/js/index/footer.js
View file @
6b5cf52
...
...
@@ -15,7 +15,7 @@ function downLoadApp() {
var
appUrl
=
'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445'
;
var
clickedAt
=
new
Date
();
setTimeout
(
function
()
{
setTimeout
(
function
()
{
if
((
new
Date
())
-
clickedAt
<
2000
)
{
window
.
location
=
appUrl
;
}
...
...
static/js/passport/bind/bind.js
View file @
6b5cf52
...
...
@@ -28,6 +28,7 @@ function nextStep(url, mobileNo, areaCode) {
}
requested
=
true
;
$btnNext
.
addClass
(
'disable'
).
html
(
'绑定中...'
);
$
.
ajax
({
type
:
'POST'
,
...
...
@@ -37,11 +38,13 @@ function nextStep(url, mobileNo, areaCode) {
areaCode
:
areaCode
.
replace
(
'+'
,
''
)
},
success
:
function
(
res
)
{
console
.
log
(
res
.
data
);
// console.log(res.data);
location
.
href
=
url
;
},
error
:
function
()
{
tip
.
show
(
'出错了,请重试!'
);
$btnNext
.
removeClass
(
'disable'
).
html
(
'下一步'
);
requested
=
false
;
}
});
...
...
@@ -86,7 +89,8 @@ $btnNext.on('touchstart', function() {
nickname
:
nickname
},
success
:
function
(
res
)
{
console
.
log
(
res
);
// console.log(res);
//res : {
// code: 'xxx',
...
...
static/js/product/detail/detail.js
View file @
6b5cf52
...
...
@@ -32,13 +32,16 @@ function showFooter() {
},
200
);
}
if
(
$
(
'#goodsDiscount h1'
).
length
<
1
)
{
$
(
'.dropdown'
).
remove
();
}
showFooter
();
require
(
'./like'
);
lazyLoad
(
$
(
'img.lazy'
));
if
(
$
(
'#goodsDiscount h1'
).
length
<
1
)
{
$
(
'.dropdown'
).
remove
();
}
//顶部swiper
goodsSwiper
=
new
Swiper
(
'.banner-swiper'
,
{
lazyLoading
:
true
,
...
...
@@ -100,4 +103,4 @@ if ($('.good-detail-page').length > 0) {
$
(
'#yoho-footer'
).
css
(
'border-top'
,
'1px solid #e0e0e0'
);
}
require
(
'./like'
);
...
...
template/m.yohobuy.com/actions/cart/index/index.phtml
View file @
6b5cf52
...
...
@@ -20,15 +20,15 @@
{
{#if
cartNav
}
}
<ul
class=
"cart-nav clearfix"
>
<li
class=
"active"
>
<span>
<span
id=
"common-cart-nav"
>
普通商品(
{
{commonGoodsCount
}
})
</span>
</li>
<li>
<span>
<span
id=
"presell-cart-nav"
>
预售商品(
{
{presellGoodsCount
}
})
</span>
<div
id=
"presell-tip"
class=
"presell-tip"
>
<div
id=
"presell-tip"
class=
"presell-tip
hide
"
>
<div
class=
"triangle"
></div>
<p
class=
"pt-content"
>预售商品点这里结算哦~</p>
</div>
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
6b5cf52
...
...
@@ -867,6 +867,7 @@ class HomeController extends AbstractAction
$this
->
_view
->
display
(
'help'
,
array
(
'iHelp'
=>
Home\HelpModel
::
serviceInfo
(),
'pageFooter'
=>
true
));
}
...
...
@@ -886,6 +887,7 @@ class HomeController extends AbstractAction
$this
->
_view
->
display
(
'help-detail'
,
array
(
'iHelp'
=>
Home\HelpModel
::
serviceDetail
(
$code
),
'pageFooter'
=>
true
));
}
...
...
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
6b5cf52
...
...
@@ -346,7 +346,8 @@ class CartModel
$result
[
'phoneNum'
]
=
isset
(
$address
[
'mobile'
])
?
$address
[
'mobile'
]
:
$payReturn
[
'delivery_address'
][
'mobile'
];
$result
[
'area'
]
=
isset
(
$address
[
'area'
])
?
$address
[
'area'
]
:
$payReturn
[
'delivery_address'
][
'area'
];
$result
[
'address'
]
=
isset
(
$address
[
'address'
])
?
$address
[
'address'
]
:
$payReturn
[
'delivery_address'
][
'address'
];
$result
[
'isSupport'
]
=
(
$payReturn
[
'delivery_address'
][
'is_support'
]
===
'Y'
);
$isSupport
=
isset
(
$address
[
'is_support'
])
?
$address
[
'is_support'
]
:
$payReturn
[
'delivery_address'
][
'is_support'
];
$result
[
'isSupport'
]
=
$isSupport
===
'Y'
;
}
// 配送方式
...
...
Please
register
or
login
to post a comment