电脑版的在template/top.html
删除<script type="text/javascript">fWeather("4","600","32");</script> 这段代码
然后在这段标签中,加你的文字
<div class="rx tFl" id="weather01"></div>
如:
<div class="rx tFl" id="weather01">这里加你的文字</div>
手机版的在template/wapIndex.html
删除<script type="text/javascript">document.getElementById('weather01').innerHTML='<IFRAME src="/services/?s=weather&style=6" frameBorder="0" width="500" height="33" ALIGN="CENTER" MARGINWIDTH="0" MARGINHEIGHT="0" HSPACE="0" VSPACE="0" SCROLLING="NO" allowtransparency="true"></IFRAME>'</script>
在<div class="weather" id="weather01"></div>标签中加你的文字