設(shè)置ecshop的wap版本head部分首頁標(biāo)題的方法

字號(hào):


    在\mobile\templates下文件有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>
    即可看到修改后效果。