切换导航条
此项目
正在载入...
登录
李涵
/
integral
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
李洪娟
6 years ago
提交
832d631efffec645da64774ad65e1ead67dbbf18
1 个父辈
124938c0
1 个管道 的构建
通过
耗费 0 秒
修改验证码,订单列表
变更
5
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
5 个修改的文件
包含
48 行增加
和
13 行删除
public/static/index/css/order.css
public/themes/simpleboot3/cart/zj_cart/order_confirm.html
public/themes/simpleboot3/user/center/edit_phone.html
public/themes/simpleboot3/user/center/edit_phone2.html
public/themes/simpleboot3/user/center/order_list.html
public/static/index/css/order.css
查看文件 @
832d631
...
...
@@ -154,7 +154,7 @@ body,html{
}
.payment_type
{
width
:
6.86rem
;
height
:
4rem
;
height
:
4
.5
rem
;
margin
:
0
auto
;
background
:
#fff
;
border-radius
:
0.2rem
;
...
...
public/themes/simpleboot3/cart/zj_cart/order_confirm.html
查看文件 @
832d631
...
...
@@ -1225,7 +1225,6 @@
$
(
".pop"
).
click
(
function
(){
window
.
event
.
stopPropagation
();
})
</script>
<!--订单地址相关-->
...
...
public/themes/simpleboot3/user/center/edit_phone.html
查看文件 @
832d631
...
...
@@ -81,8 +81,11 @@
text-align
:
center
;
margin-top
:
0.15rem
;
margin-right
:
0.37rem
;
border
:
none
;
outline
:
none
;
}
.nextstep
{
display
:
block
;
width
:
6.86rem
;
height
:
0.88rem
;
text-align
:
center
;
...
...
@@ -97,6 +100,8 @@
right
:
0
;
margin
:
0
auto
;
box-shadow
:
0px
15px
30px
0px
rgba
(
254
,
10
,
1
,
0.24
);
border
:
none
;
outline
:
none
;
}
</style>
...
...
@@ -111,11 +116,11 @@
<p
class=
"code_num"
>
<input
type=
"text"
class=
"entercode"
placeholder=
"验证码"
>
</p>
<
p
class=
"sendcode"
>
发送验证码
</p
>
<
button
class=
"sendcode"
>
发送验证码
</button
>
</div>
<
p
class=
"nextstep"
>
<
button
class=
"nextstep"
>
下一步
</
p
>
</
button
>
</body>
<script
src=
"__INDEX__/js/jquery.min.js"
></script>
<script>
...
...
public/themes/simpleboot3/user/center/edit_phone2.html
查看文件 @
832d631
...
...
@@ -81,8 +81,11 @@
text-align
:
center
;
margin-top
:
0.15rem
;
margin-right
:
0.37rem
;
border
:
none
;
outline
:
none
;
}
.nextstep
{
display
:
block
;
width
:
6.86rem
;
height
:
0.88rem
;
text-align
:
center
;
...
...
@@ -97,6 +100,8 @@
right
:
0
;
margin
:
0
auto
;
box-shadow
:
0px
15px
30px
0px
rgba
(
254
,
10
,
1
,
0.24
);
border
:
none
;
outline
:
none
;
}
</style>
...
...
@@ -111,11 +116,11 @@
<p
class=
"code_num"
>
<input
type=
"text"
class=
"entercode"
placeholder=
"验证码"
>
</p>
<
p
class=
"sendcode"
>
发送验证码
</p
>
<
button
class=
"sendcode"
>
发送验证码
</button
>
</div>
<
p
class=
"nextstep"
>
<
button
class=
"nextstep"
>
确定
</
p
>
</
button
>
</body>
<script
src=
"__INDEX__/js/jquery.min.js"
></script>
<script>
...
...
@@ -157,4 +162,4 @@
})
})
</script>
</html>
\ No newline at end of file
</html>
...
...
public/themes/simpleboot3/user/center/order_list.html
查看文件 @
832d631
...
...
@@ -281,7 +281,12 @@
for
(
var
i
=
0
;
i
<
len
.
length
;
i
++
){
if
(
$
(
len
[
i
]).
attr
(
"ordertype"
)
==
1
){
$
(
len
[
i
]).
addClass
(
"active"
);
$
(
len
[
i
]).
siblings
(
"li"
).
removeClass
(
"active"
)
$
(
len
[
i
]).
siblings
(
"li"
).
removeClass
(
"active"
);
$
(
".waitpay"
).
css
(
"display"
,
"block"
);
$
(
".allorder"
).
css
(
"display"
,
"none"
);
$
(
".waitsend"
).
css
(
"display"
,
"none"
);
$
(
".waittake"
).
css
(
"display"
,
"none"
);
$
(
".finish"
).
css
(
"display"
,
"none"
);
}
}
...
...
@@ -289,23 +294,44 @@
for
(
var
i
=
0
;
i
<
len
.
length
;
i
++
){
if
(
$
(
len
[
i
]).
attr
(
"ordertype"
)
==
2
){
$
(
len
[
i
]).
addClass
(
"active"
);
$
(
len
[
i
]).
siblings
(
"li"
).
removeClass
(
"active"
)
$
(
len
[
i
]).
siblings
(
"li"
).
removeClass
(
"active"
);
$
(
".waitpay"
).
css
(
"display"
,
"none"
);
$
(
".allorder"
).
css
(
"display"
,
"none"
);
$
(
".waitsend"
).
css
(
"display"
,
"block"
);
$
(
".waittake"
).
css
(
"display"
,
"none"
);
$
(
".finish"
).
css
(
"display"
,
"none"
);
}
}
}
else
if
(
orderid
==
3
){
for
(
var
i
=
0
;
i
<
len
.
length
;
i
++
){
if
(
$
(
len
[
i
]).
attr
(
"ordertype"
)
==
3
){
$
(
len
[
i
]).
addClass
(
"active"
);
$
(
len
[
i
]).
siblings
(
"li"
).
removeClass
(
"active"
)
$
(
len
[
i
]).
siblings
(
"li"
).
removeClass
(
"active"
);
$
(
".waitpay"
).
css
(
"display"
,
"none"
);
$
(
".allorder"
).
css
(
"display"
,
"none"
);
$
(
".waitsend"
).
css
(
"display"
,
"none"
);
$
(
".waittake"
).
css
(
"display"
,
"block"
);
$
(
".finish"
).
css
(
"display"
,
"none"
);
}
}
}
else
if
(
orderid
==
4
){
for
(
var
i
=
0
;
i
<
len
.
length
;
i
++
){
if
(
$
(
len
[
i
]).
attr
(
"ordertype"
)
==
4
){
$
(
len
[
i
]).
addClass
(
"active"
);
$
(
len
[
i
]).
siblings
(
"li"
).
removeClass
(
"active"
)
$
(
len
[
i
]).
siblings
(
"li"
).
removeClass
(
"active"
);
$
(
".waitpay"
).
css
(
"display"
,
"none"
);
$
(
".allorder"
).
css
(
"display"
,
"none"
);
$
(
".waitsend"
).
css
(
"display"
,
"none"
);
$
(
".waittake"
).
css
(
"display"
,
"none"
);
$
(
".finish"
).
css
(
"display"
,
"block"
);
}
}
}
else
{
$
(
".waitpay"
).
css
(
"display"
,
"none"
);
$
(
".allorder"
).
css
(
"display"
,
"block"
);
$
(
".waitsend"
).
css
(
"display"
,
"none"
);
$
(
".waittake"
).
css
(
"display"
,
"none"
);
$
(
".finish"
).
css
(
"display"
,
"none"
);
}
...
...
请
注册
或
登录
后发表评论