切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
anyv
6 years ago
提交
cc5cd2ebaa4fa1ffcbe585ccee6d11f4391bcf75
2 个父辈
c4138be7
33fc8845
1 个管道 的构建
通过
耗费 19 秒
Merge branch 'master' of
http://114.215.101.231:8099/anyv/xkeasy
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
13 行增加
和
4 行删除
app/portal/controller/OrderController.php
public/themes/simpleboot3/portal/order/get_all.html
public/themes/simpleboot3/portal/share/to_user.html
app/portal/controller/OrderController.php
查看文件 @
cc5cd2e
...
...
@@ -39,6 +39,15 @@ class OrderController extends WeChatBaseController
$where2
[
'indent_id'
]
=
[
'eq'
,
$vo
[
'id'
]];
$indentGoods
=
$indentGoodsModel
->
selectData
(
$where2
);
$data
[
$key
][
'indent_goods'
]
=
$indentGoods
;
if
(
$vo
[
'is_courier'
]
==
1
){
if
(
empty
(
$vo
[
'name'
])){
unset
(
$data
[
$key
]);
}
}
else
if
(
$vo
[
'is_courier'
]
==
2
){
if
(
empty
(
$vo
[
'indent_address'
])){
unset
(
$data
[
$key
]);
}
}
}
}
$this
->
assign
(
'data'
,
$data
);
...
...
public/themes/simpleboot3/portal/order/get_all.html
查看文件 @
cc5cd2e
...
...
@@ -99,7 +99,7 @@
</a>
<div
class=
"myorder_bottom2_2 delivery"
data-id=
"{$vo.id}"
>
确认收货
</div>
<elseif
condition=
"$vo.state eq 3"
/>
<
div
class=
"myorder_bottom2_2"
>
去评价
</div
>
<
!--<div class="myorder_bottom2_2">去评价</div>--
>
</if>
</div>
</div>
...
...
@@ -175,7 +175,7 @@
</a>
<div
class=
"myorder_bottom2_2 delivery"
data-id=
"{$vo.id}"
>
确认收货
</div>
<elseif
condition=
"$vo.state eq 3"
/>
<
div
class=
"myorder_bottom2_2"
>
去评价
</div
>
<
!--<div class="myorder_bottom2_2">去评价</div>--
>
</if>
</div>
</div>
...
...
public/themes/simpleboot3/portal/share/to_user.html
查看文件 @
cc5cd2e
...
...
@@ -37,8 +37,8 @@
</a>
<p
style=
"color:white"
>
ta的推广
</p>
</div>
<div
class=
"code_Box"
>
<img
src=
"{:cmf_get_image_url($share_image)}"
/>
<div
class=
"code_Box"
style=
"background: #FE3A00;"
>
<img
src=
"{:cmf_get_image_url($share_image)}"
style=
"-webkit-background-size: 100%;background-size: 100%;height: auto;width: 100%;"
/>
</div>
<script
src=
"__TMPL__/public/assets/js/base.js"
></script>
</body>
...
...
请
注册
或
登录
后发表评论