切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
9331f4708bbb3e7c529a5ddaf6976b8b60a2c257
1 个父辈
842a2a0a
1 个管道 的构建
通过
耗费 0 秒
1
变更
4
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
21 行增加
和
13 行删除
public/themes/simpleboot3/portal/order/get_all.html
public/themes/simpleboot3/portal/order/get_one.html
public/themes/simpleboot3/public/assets/css/base.css
simplewind/cmf/controller/WeChatBaseController.php
public/themes/simpleboot3/portal/order/get_all.html
查看文件 @
9331f47
...
...
@@ -94,9 +94,11 @@
<!--<div class="myorder_bottom2_2">查看订单</div>-->
<!--</a>-->
<elseif
condition=
"$vo.state eq 5"
/>
<a
href=
"{:url('logistics/index',array('indent_id'=>$vo['id']))}"
>
<div
class=
"myorder_bottom2_2"
>
查看物流
</div>
</a>
<if
condition=
"$vo.is_courier eq 2"
>
<a
href=
"{:url('logistics/index',array('indent_id'=>$vo['id']))}"
>
<div
class=
"myorder_bottom2_2"
>
查看物流
</div>
</a>
</if>
<div
class=
"myorder_bottom2_2 delivery"
data-id=
"{$vo.id}"
>
确认收货
</div>
<elseif
condition=
"$vo.state eq 3"
/>
<!--<div class="myorder_bottom2_2">去评价</div>-->
...
...
@@ -325,9 +327,11 @@
<!--<div class="myorder_bottom2_2">查看订单</div>-->
<!--</a>-->
<elseif
condition=
"$vo.state eq 5"
/>
<a
href=
"{:url('logistics/index',array('indent_id'=>$vo['id']))}"
>
<div
class=
"myorder_bottom2_2"
>
查看物流
</div>
</a>
<if
condition=
"$vo.is_courier eq 2"
>
<a
href=
"{:url('logistics/index',array('indent_id'=>$vo['id']))}"
>
<div
class=
"myorder_bottom2_2"
>
查看物流
</div>
</a>
</if>
<div
class=
"myorder_bottom2_2 delivery"
data-id=
"{$vo.id}"
>
确认收货
</div>
<elseif
condition=
"$vo.state eq 3"
/>
<!--<div class="myorder_bottom2_2">去评价</div>-->
...
...
public/themes/simpleboot3/portal/order/get_one.html
查看文件 @
9331f47
...
...
@@ -183,9 +183,12 @@
<div
class=
"pay_bottom"
>
<div
class=
"pay_bottom2"
>
<if
condition=
"$data.state eq 5"
>
<a
href=
"{:url('logistics/index',array('indent_id'=>$data['id']))}"
>
<div
class=
"pay_bottom2_1"
>
物流信息
</div>
</a>
<if
condition=
"$data.is_courier eq 2"
>
<a
href=
"{:url('logistics/index',array('indent_id'=>$data['id']))}"
>
<div
class=
"pay_bottom2_1"
>
物流信息
</div>
</a>
</if>
<elseif
condition=
"$data.state eq 5 || $data.state eq 3 || $data.state eq 2"
/>
<!--<div class="pay_bottom2_2">售后咨询</div>-->
<elseif
condition=
"$data.state eq 4"
/>
...
...
public/themes/simpleboot3/public/assets/css/base.css
查看文件 @
9331f47
...
...
@@ -592,9 +592,10 @@ body {
}
.de_topImg
{
width
:
100%
;
/*width: 100%;*/
width
:
7.5rem
;
cursor
:
pointer
;
height
:
6.6
rem
;
height
:
7.5
rem
;
}
.de_topImg
img
{
...
...
simplewind/cmf/controller/WeChatBaseController.php
查看文件 @
9331f47
...
...
@@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController
*/
public
function
checkWeChatUserLogin
()
{
/*$user = Db::name('user')->where('id',2)->find();
cmf_update_current_user($user);*/
$user
=
Db
::
name
(
'user'
)
->
where
(
'id'
,
7
)
->
find
();
cmf_update_current_user
(
$user
);
$userId
=
cmf_get_current_user_id
();
if
(
empty
(
$userId
))
{
$config
=
[
...
...
请
注册
或
登录
后发表评论