切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
刘朕
6 years ago
提交
0638ddce60e401103ee19189a62e80686ffe9e56
1 个父辈
78842ae1
1 个管道 的构建
通过
耗费 29 秒
页面生成图片优化
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
5 行增加
和
4 行删除
app/portal/controller/OrderSalesmanController.php
public/themes/simpleboot3/portal/order_salesman/get_all.html
app/portal/controller/OrderSalesmanController.php
查看文件 @
0638ddc
...
...
@@ -264,8 +264,9 @@ class OrderSalesmanController extends WeChatBaseController
$new_img
= Image::open('./upload/'.
$img_url
);
$width
=
$new_img->width
();
$height
=
$new_img->height
();
$new_img->thumb
(
$width
,
$height
- intval(
$top
) * 2,5);
$new_img->thumb
(
$width
/2,(
$height
- intval(
$top
) * 2)/2);
//
$new_img->thumb
(
$width
,
$height
- intval(
$top
) * 2,5);
//
$new_img->thumb
(
$width
/2,(
$height
- intval(
$top
) * 2)/2);
$new_img->thumb
(
$width
/2,
$height
);
$new_img->save
('./upload/'.
$img_url
,'jpg',100);
$this->success
('成功','',cmf_get_asset_url(
$img_url
));
}
...
...
public/themes/simpleboot3/portal/order_salesman/get_all.html
查看文件 @
0638ddc
...
...
@@ -197,7 +197,7 @@
</style>
</head>
<body
style=
"cursor:pointer;"
>
<body
style=
"cursor:pointer;"
id=
"orderlist"
>
<!--学校弹窗-->
...
...
@@ -427,7 +427,7 @@
<div
class=
"log_three_select_one log_three_select_btn down"
href=
"javascript:;"
id=
"view_canvas"
>
查看订单截图
</div>
</div>
<!-- 列表内容 -->
<div
id=
"
orderlist
"
style=
"background: #fff;"
>
<div
id=
""
style=
"background: #fff;"
>
<!--未发货-->
<div
class=
"log_three_list_contant"
style=
"display: block;"
>
<foreach
name=
"$data"
item=
"vo"
>
...
...
请
注册
或
登录
后发表评论