1 頁 (共 1 頁)

[BUG] 商店街顯示問題

文章發表於 : 2011-01-18 11:32 pm
涅魂
在商店街點選[勳章所]後,再點擊顯示在最上頭的[道具屋]後不會顯示道具屋所販賣的商品

圖檔

測試環境:
Firefox 3.6.11
Google Chrome 8.0.552.237
在水色WOG與公開發佈的V4.5繁體中文版皆有這問題

Re: [BUG] 商店街顯示問題

文章發表於 : 2011-01-19 9:56 am
涅魂
附上修正方式

開啟檔案js/wog_shop.js 寫:In honor_view() function

尋找
代碼: 選擇全部
   w_c(temp_table1);
   w_c(item_store_menu);
   w_c(honor_menu);
   w_c(temp_table2);

改成
代碼: 選擇全部
   w_c('<form action="wog_act.php" method="post" name="f2" target="mission">');
   w_c(temp_table1);
   w_c(item_store_menu);
   w_c(honor_menu);
   w_c('<input type="hidden" name="f" value="shop">');
   w_c('<input type="hidden" name="act" value="view">');
   w_c('<input type="hidden" name="temp_id" value="">');
   w_c(temp_table2+'<input type="hidden" name="temp_id2" value=""></form>');


完成~