Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Rock Zhang
9 years ago
Commit
bb02f47c3e45b3d74bfffd0386c2e5b9a2ef7c59
1 parent
d7eafc9f
更新到201603091538静态资源
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
static/dist/myohobuy/1.3.8/index-debug.js
static/dist/myohobuy/1.3.8/index.js
static/dist/myohobuy/1.3.8/index-debug.js
View file @
bb02f47
...
...
@@ -6003,8 +6003,17 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
url
=
$
(
'#limitProductPay'
).
val
()
+
'?limitproductcode='
+
limitProductCode
+
'&sku='
+
productSku
+
'&skn='
+
skn
+
'&buy_number='
+
buyNumber
;
//打开结算页面,结束函数执行。
window
.
location
.
href
=
url
;
// 调用接口判断商品是否可以购买
$
.
ajax
({
url
:
url
}).
then
(
function
(
res
)
{
// 如果有错,则商品不可购买,执行页面刷新,否则跳到结算页面
res
.
error
?
window
.
location
.
reload
()
:
window
.
location
.
href
=
url
;
}).
fail
(
function
()
{
window
.
location
.
reload
();
});
return
false
;
}
else
{
...
...
static/dist/myohobuy/1.3.8/index.js
View file @
bb02f47
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment