切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王晓刚
6 years ago
提交
34d19b621ae980a409a16142531e1d7d3b1f7e65
1 个父辈
6bca74f5
1 个管道 的构建
通过
耗费 0 秒
物流查询
变更
5
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
5 个修改的文件
包含
32 行增加
和
5 行删除
app/portal/controller/PersonalcenterController.php
public/themes/simpleboot3/portal/logistics/index.html
public/themes/simpleboot3/portal/order_salesman/get_all.html
public/themes/simpleboot3/portal/order_salesman/get_one.html
public/themes/simpleboot3/portal/personalcenter/salesman_center.html
app/portal/controller/PersonalcenterController.php
查看文件 @
34d19b6
...
...
@@ -80,7 +80,7 @@ class PersonalcenterController extends WeChatBaseController{
* 显示个人中心页
*/
public
function
personal_center
(){
send_sms
();
$uid
=
cmf_get_current_user_id
();
$my_user_status
=
Db
::
name
(
'my_user'
)
->
where
(
'uid'
,
$uid
)
->
find
();
$weixin
=
Db
::
name
(
'user'
)
->
where
(
'id'
,
$uid
)
->
find
();
...
...
public/themes/simpleboot3/portal/logistics/index.html
查看文件 @
34d19b6
...
...
@@ -25,7 +25,34 @@
<div
class=
"log_detailTxt"
>
<h1
class=
"one-txt-cut"
>
{$indent.indent_goods.0.book_name}
</h1>
<p>
运单号:{$indent.logistic_code}
</p>
<p>
信息来源:顺丰快递
</p>
<p>
信息来源:
<if
condition=
"$indent.logistic_code eq SF"
>
顺丰快递
<elseif
condition=
"YTO"
/>
圆通快递
<elseif
condition=
"ZTO"
/>
中通快递
<elseif
condition=
"STO"
/>
申通快递
<elseif
condition=
"YD"
/>
韵达快递
<elseif
condition=
"HHTT"
/>
天天快递
<elseif
condition=
"HTKY"
/>
百世快递
<elseif
condition=
"YZPY"
/>
邮政快递包裹
<elseif
condition=
"EMS"
/>
EMS
<elseif
condition=
"DBL"
/>
德邦快递
<elseif
condition=
"ZJS"
/>
宅急送
<elseif
condition=
"TNT"
/>
TNT快递
</if>
</p>
</div>
</div>
...
...
public/themes/simpleboot3/portal/order_salesman/get_all.html
查看文件 @
34d19b6
...
...
@@ -74,7 +74,7 @@
<div
class=
"three_model_school_data"
style=
"display: block;"
>
<div
class=
"three_model_school_name"
data-name=
"SF"
>
顺丰快递
</div>
<div
class=
"three_model_school_name"
data-name=
"YTO"
>
圆通快递
</div>
<div
class=
"three_model_school_name"
data-name=
"
S
TO"
>
中通快递
</div>
<div
class=
"three_model_school_name"
data-name=
"
Z
TO"
>
中通快递
</div>
<div
class=
"three_model_school_name there_unActive"
data-name=
"STO"
>
申通快递
</div>
<div
class=
"three_model_school_name"
data-name=
"YD"
>
韵达快递
</div>
<div
class=
"three_model_school_name"
data-name=
"HHTT"
>
天天快递
</div>
...
...
public/themes/simpleboot3/portal/order_salesman/get_one.html
查看文件 @
34d19b6
...
...
@@ -103,7 +103,7 @@
<div
class=
"three_model_school_data"
style=
"display: block;"
>
<div
class=
"three_model_school_name"
data-name=
"SF"
>
顺丰快递
</div>
<div
class=
"three_model_school_name"
data-name=
"YTO"
>
圆通快递
</div>
<div
class=
"three_model_school_name"
data-name=
"
S
TO"
>
中通快递
</div>
<div
class=
"three_model_school_name"
data-name=
"
Z
TO"
>
中通快递
</div>
<div
class=
"three_model_school_name there_unActive"
data-name=
"STO"
>
申通快递
</div>
<div
class=
"three_model_school_name"
data-name=
"YD"
>
韵达快递
</div>
<div
class=
"three_model_school_name"
data-name=
"HHTT"
>
天天快递
</div>
...
...
public/themes/simpleboot3/portal/personalcenter/salesman_center.html
查看文件 @
34d19b6
...
...
@@ -45,7 +45,7 @@
</div>
</div>
</a>
<a
href=
"
log_three.html
"
>
<a
href=
"
{:url('OrderSalesman/get_all')}
"
>
<div
class=
"log_one_list_one"
>
<div
class=
"log_one_list_left"
>
<div
class=
"log_one_list_img"
>
...
...
请
注册
或
登录
后发表评论