切换导航条
此项目
正在载入...
登录
李涵
/
integral
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
李涵
6 years ago
提交
eb0ba6602f781a816e3c6bc87d16e8dae327e39e
2 个父辈
d99d20ea
9d38d40e
1 个管道 的构建
通过
耗费 1 秒
合并分支 'juan' 到 'master'
Juan 查看合并请求
!112
变更
1
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
36 行增加
和
6 行删除
public/themes/simpleboot3/cart/zj_cart/order_confirm.html
public/themes/simpleboot3/cart/zj_cart/order_confirm.html
查看文件 @
eb0ba66
...
...
@@ -671,6 +671,25 @@
</div>
</body>
<script
src=
"__INDEX__/js/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"__INDEX__/js/jquery-2.1.4.js"
></script>
<script
type=
"text/javascript"
src=
"__INDEX__/js/fastclick.js"
></script>
<script>
$
(
function
()
{
FastClick
.
attach
(
document
.
body
);
});
</script>
<script
type=
"text/javascript"
src=
"__INDEX__/js/jquery-weui.js"
></script>
<script
type=
"text/javascript"
src=
"__INDEX__/js/city-picker.js"
></script>
<script
type=
"text/javascript"
src=
"__INDEX__/js/cookie.js"
></script>
<script>
$
(
"#end,#select"
).
cityPicker
({
title
:
"请选择地区"
});
// $("#select").cityPicker({
// title: "请选择地区"
// });
</script>
<script>
var
pay_type
=
''
;
$
(
".pay"
).
click
(
function
(){
...
...
@@ -748,11 +767,6 @@
}
})
//确认支付
$
(
".paywrapper"
).
click
(
function
(){
$
(
this
).
css
(
"display"
,
"none"
)
...
...
@@ -790,11 +804,27 @@
$
(
this
).
siblings
(
".icon-xuanze-fangkuang"
).
css
(
"display"
,
"block"
);
$
(
this
).
parents
(
".default_list"
).
siblings
(
".default_list"
).
children
(
".default_body"
).
children
(
".default"
).
children
(
".icon-xuanze-fangkuang"
).
css
(
"display"
,
"none"
)
$
(
this
).
parents
(
".default_list"
).
siblings
(
".default_list"
).
children
(
".default_body"
).
children
(
".default"
).
children
(
".xuan"
).
css
(
"display"
,
"block"
)
var
id
=
$
(
this
).
attr
(
'data-id'
);
$
(
".people_name"
).
html
(
$
(
"#name_"
+
id
).
html
());
$
(
".people_phone"
).
html
(
$
(
"#num_"
+
id
).
html
());
$
(
".people_place"
).
html
(
$
(
"#place_"
+
id
).
html
());
address_id
=
id
;
var
data_id
=
$
(
this
).
attr
(
'data-id'
);
var
url
=
'address/Place/setDefault'
;
var
params
=
{
id
:
data_id
,
is_sta
:
2
};
ajaxsend
(
url
,
params
,
function
(
res
)
{
console
.
log
(
res
);
if
(
res
.
code
==
40000
){
alert
(
"设置默认地址失败"
)
}
})
})
...
...
请
注册
或
登录
后发表评论