切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
1f1d1516bc794950df4bbcbaf648f2e6f48a8128
1 个父辈
c596f3ec
1 个管道 的构建
通过
耗费 0 秒
5
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
59 行增加
和
2 行删除
app/portal/controller/IndexController.php
public/themes/simpleboot3/portal/index/index.html
public/themes/simpleboot3/portal/index/salesman_goods.html
app/portal/controller/IndexController.php
查看文件 @
1f1d151
...
...
@@ -302,6 +302,16 @@ class IndexController extends WeChatBaseController
}
/**
* 显示业务员商城页
*/
public
function
salesman_goods
(){
return
$this
->
fetch
();
}
...
...
public/themes/simpleboot3/portal/index/index.html
查看文件 @
1f1d151
...
...
@@ -86,8 +86,11 @@
<div
class=
"in_campusTitle"
>
<div
class=
"in_campusTitle1"
>
团
</div>
<div
class=
"in_campusTitle2"
>
校园团购
</div>
<div
class=
"in_campusTitle3"
>
更多
<img
src=
"__TMPL__/public/assets/images/8.png"
alt=
""
>
<div
class=
"in_campusTitle3"
>
<a
href=
"{:url('Index/salesman_goods')}"
>
更多
<img
src=
"__TMPL__/public/assets/images/8.png"
alt=
""
>
</a>
</div>
</div>
<!-- 小标题 -->
...
...
public/themes/simpleboot3/portal/index/salesman_goods.html
0 → 100644
查看文件 @
1f1d151
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=UTF-8"
>
<meta
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"
name=
"viewport"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<title>
学考无忧-业务员商城
</title>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/reset.css"
>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/base.css"
>
</head>
<body>
<!-- 顶部 -->
<div
class=
"ad_top top_navBg"
>
<img
class=
"ad_topImg"
src=
"img/left2.png"
alt=
""
>
<h1>
收货地址
</h1>
<div
class=
"yw_shopImg"
>
<a
href=
"javascript:history.back(-1)"
>
<img
src=
"__TMPL__/public/assets/images/23.png"
alt=
""
>
</a>
</div>
</div>
<div
class=
"in_hot_shop se_con"
style=
"margin-top:0.28rem"
>
<div
class=
"in_hotLi"
>
<a>
<div
class=
"in_hotImg"
>
<img
src=
"__TMPL__/public/assets/images/9.png"
alt=
""
>
</div>
<div
class=
"in_hotText"
>
<div
class=
"in_hotName txt-cut"
>
小学英语五年级下 册好用不贵经济实...
</div>
<div
class=
"in_cam_shopPrice"
>
<div
class=
"in_hotPrice1"
>
¥
<span>
265
</span>
.00
</div>
</div>
</div>
</a>
</div>
</div>
<!-- 底部更多 -->
<div
class=
"in_what"
>
—— 已经到底了哦 ——
</div>
<script
src=
"__TMPL__/public/assets/js/base.js"
></script>
</body>
</html>
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论