切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
2ccd4f87d50a51766ea74b4ed0922124d39c4fef
1 个父辈
25388127
1 个管道 的构建
通过
耗费 0 秒
5
变更
4
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
5 行增加
和
5 行删除
public/themes/simpleboot3/portal/order/get_one.html
public/themes/simpleboot3/portal/personalcenter/browsing_history.html
public/themes/simpleboot3/portal/personalcenter/salesman_center.html
simplewind/cmf/controller/WeChatBaseController.php
public/themes/simpleboot3/portal/order/get_one.html
查看文件 @
2ccd4f8
...
...
@@ -123,7 +123,7 @@
<p>
配送方式:
</p>
<if
condition=
"$data.is_courier eq 0"
>
<p>
统一配送(0元)
</p>
<elseif
condition=
"$data.i
d
_courier eq 1"
/>
<elseif
condition=
"$data.i
s
_courier eq 1"
/>
<p>
快递({$data.money-array_sum($sum)}元)
</p>
</if>
</div>
...
...
public/themes/simpleboot3/portal/personalcenter/browsing_history.html
查看文件 @
2ccd4f8
...
...
@@ -27,7 +27,7 @@
<img
src=
"{:cmf_get_image_url($vo.show_img)}"
alt=
""
>
</div>
<div
class=
"in_hotText"
>
<div
class=
"in_hotName txt-cut"
><span>
{$vo.
classification_nam
e}
</span>
{$vo.book_name}
</div>
<div
class=
"in_hotName txt-cut"
><span>
{$vo.
grad
e}
</span>
{$vo.book_name}
</div>
<div
class=
"in_cam_shopPrice"
>
<div
class=
"in_hotPrice1"
>
¥
<span>
{$vo.price0}
</span>
.{$vo.price1}
</div>
<!-- <div class="in_cam_shopY">¥200.00</div> -->
...
...
public/themes/simpleboot3/portal/personalcenter/salesman_center.html
查看文件 @
2ccd4f8
...
...
@@ -19,7 +19,7 @@
<!-- 头像 -->
<div
class=
"log_top_buddha"
>
<div
class=
"log_top_buddha_img"
>
<img
src=
"{$weixin.avatar}"
alt=
""
/>
<img
src=
"{$weixin.avatar}"
alt=
""
style=
"border-radius: 50%;"
/>
</div>
<div
class=
"log_top_buddha_contant"
>
<div
class=
"log_top_buddha_contant_one"
>
...
...
simplewind/cmf/controller/WeChatBaseController.php
查看文件 @
2ccd4f8
...
...
@@ -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'
,
2
)
->
find
();
cmf_update_current_user
(
$user
);
$userId
=
cmf_get_current_user_id
();
if
(
empty
(
$userId
))
{
$config
=
[
...
...
请
注册
或
登录
后发表评论