A5下载文章资讯

分类分类

设置ecshop的wap版本head部分首页标题的方法

2015-04-22 16:08作者:zhao

在mobiletemplates下文件有index.html,修改该文件head部分代码,如下:

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>ECShop_mobile</title>

</head>

修改为

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>欢迎光临xxx!</title>

</head>

即可看到修改后效果。

展开全部

相关

说两句网友评论
    我要跟贴
    取消