切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
af2b13d4510ba0fd385e76cef49646fa27c54f4b
1 个父辈
cd80b3df
master
...
liuzhen
wangxiaogang
1 个管道 的构建
通过
耗费 4 秒
2
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
31 行增加
和
10 行删除
public/themes/simpleboot3/portal/order_salesman/get_all.html
public/themes/simpleboot3/portal/order_salesman/get_one.html
public/themes/simpleboot3/portal/salesmangoods/salesman_goods.html
public/themes/simpleboot3/portal/order_salesman/get_all.html
查看文件 @
af2b13d
...
...
@@ -68,8 +68,8 @@
</div>
</div>
<!--统一配送-->
<div
class=
"tx_mask_tongyi"
>
<div
class=
"tx_maskCon_tongyi"
>
<div
class=
"tx_mask_tongyi"
onclick=
"$(this).hide()"
>
<div
class=
"tx_maskCon_tongyi"
onclick=
"zZFun(this)"
>
<div
class=
"three_model_school"
>
<div
class=
"three_model_school_data"
style=
"display: block;"
>
<div
class=
"three_model_school_name there_unActive"
data-id=
"1"
>
统一配送
</div>
...
...
@@ -129,8 +129,8 @@
</div>
</div>
</div>
<div
class=
"tx_maskone"
>
<div
class=
"tx_maskCon"
>
<div
class=
"tx_maskone"
onclick=
"$(this).hide()"
>
<div
class=
"tx_maskCon"
onclick=
"zZFun(this)"
>
<div
class=
"tx_maskConImg"
>
<img
src=
"__TMPL__/public/assets/images/91.png"
alt=
""
/>
</div>
...
...
@@ -480,6 +480,9 @@
<script
src=
"__TMPL__/public/assets/js/mui.picker.min.js"
></script>
<script
src=
"__TMPL__/public/assets/js/city.data-3.js"
></script>
<script>
function
zZFun
(
e
)
{
window
.
event
?
(
window
.
event
.
cancelBubble
=
true
)
:
e
.
stopPropagation
();
}
// 选择学校
$
(
".three_model_school_left"
).
click
(
function
()
{
var
indexs
=
$
(
this
).
index
();
...
...
public/themes/simpleboot3/portal/order_salesman/get_one.html
查看文件 @
af2b13d
...
...
@@ -45,14 +45,14 @@
<div
class=
"log_top_co"
style=
"background-color: white;"
>
<!-- 顶部 -->
<div
class=
" order_top log_top_co"
>
<a
href=
""
>
<a
href=
"
javascript:history.back(-1)
"
>
<img
src=
"__TMPL__/public/assets/images/left.png"
alt=
""
/>
</a>
<p>
订单确认
</p>
</div>
</div>
<div
class=
"tx_maskone"
>
<div
class=
"tx_maskCon"
>
<div
class=
"tx_maskone"
onclick=
"$(this).hide()"
>
<div
class=
"tx_maskCon"
onclick=
"zZFun(this)"
>
<div
class=
"tx_maskConImg"
>
<img
src=
"__TMPL__/public/assets/images/91.png"
alt=
""
/>
</div>
...
...
@@ -285,6 +285,9 @@
<script
src=
"__TMPL__/public/assets/js/mui.picker.min.js"
></script>
<script
src=
"__TMPL__/public/assets/js/city.data-3.js"
></script>
<script>
function
zZFun
(
e
)
{
window
.
event
?
(
window
.
event
.
cancelBubble
=
true
)
:
e
.
stopPropagation
();
}
//选择快递方式
$
(
".log_psong_select"
).
click
(
function
()
{
$
(
".tx_mask_kuaidi"
).
css
({
...
...
public/themes/simpleboot3/portal/salesmangoods/salesman_goods.html
查看文件 @
af2b13d
...
...
@@ -14,12 +14,24 @@
width
:
3.4rem
;
padding-top
:
0.04rem
;
}
.tx_maskCon_money
{
cursor
:
pointer
;
width
:
5.6rem
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
-webkit-transform
:
translate
(
-50%
,
-50%
);
-ms-transform
:
translate
(
-50%
,
-50%
);
-moz-transform
:
translate
(
-50%
,
-50%
);
-o-transform
:
translate
(
-50%
,
-50%
);
}
</style>
<body>
<!-- 弹窗 -->
<div
class=
"tx_mask"
>
<div
class=
"tx_maskCon"
>
<div
class=
"tx_maskCon2"
>
<div
class=
"tx_mask"
onclick=
"$(this).hide()"
>
<div
class=
"tx_maskCon_money"
onclick=
"zZFun(this)"
>
<div
class=
"tx_maskCon2"
>
<div
class=
"log_three_model"
>
<div
class=
"log_three_model_one"
style=
"padding-bottom: 0.2rem;"
>
<div
class=
"log_three_model_left"
>
价钱
</div>
...
...
@@ -122,6 +134,9 @@
<script
src=
"__TMPL__/public/assets/js/jquery.js"
></script>
<script
src=
"__TMPL__/public/assets/js/base.js"
></script>
<script>
function
zZFun
(
e
)
{
window
.
event
?
(
window
.
event
.
cancelBubble
=
true
)
:
e
.
stopPropagation
();
}
/**
* 点击编辑
*/
...
...
请
注册
或
登录
后发表评论