[BUG] 商店街顯示問題

BUG回報,BUG修改教學

版主: 涅魂, 簫哥


涅魂
 
文章: 4463
註冊時間: 2004-01-04 11:17 am
來自: Taiwan
性別: 男生

[BUG] 商店街顯示問題

文章涅魂 » 2011-01-18 11:32 pm

在商店街點選[勳章所]後,再點擊顯示在最上頭的[道具屋]後不會顯示道具屋所販賣的商品

圖檔

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


圖檔


涅魂
 
文章: 4463
註冊時間: 2004-01-04 11:17 am
來自: Taiwan
性別: 男生

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>');


完成~


圖檔


回到 臭蟲BUG區

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron