ruidaofu - 2014/7/23 19:29:38


因?yàn)?0%的發(fā)信息用戶基本上都是一個(gè)集中一個(gè)區(qū)域,如果默認(rèn)了,用手機(jī)端發(fā)布的時(shí)候,對(duì)于這些區(qū)域的人就少操作一個(gè)步驟,方便很多
1230539 - 2014/7/23 21:30:43
是的
ruidaofu - 2014/7/24 20:59:51
呼叫老大,呼叫老大,該怎么操作
yyg - 2014/7/24 22:17:50
修改template/postFrm.html
用記事本打開,在最下面加入下面的代碼
<script>
sort="默認(rèn)所在地的ID";
for(i=0;i<document.postmess.address.options.length;i++)
{
if(document.postmess.address.options[i].value==sort)
{
document.postmess.address.options[i].selected=true;
}
}
</script>
Pristontales - 2014/7/24 23:45:37
修改template/postFrm.html 用記事本打開,在最下面加入下面的代碼
<script> sort=“默認(rèn)所在地的ID”; for(i=0;i<document.postmess.address.options.length;i++) { if(document.postm yyg 發(fā)表于 2014-7-24 22:17:50  |
收藏!
ruidaofu - 2014/7/27 17:02:42
daduchang - 2014/7/29 8:49:32
回復(fù) 4樓yyg的帖子為什么我添加了,不起作用呢
daduchang - 2014/7/30 14:49:15
回復(fù) 8樓yyg的帖子我試了幾次了,沒有反應(yīng)。