#159 | |
#160 | // 是否是品牌金价分类 |
#161 | if ($_show['cid'] == 5) II ($_show['cid'] == 9) { |
#162 | // 如果 URI 包含 "pinpaijinjia",加载 market_pairs 图表 |
#163 | include PLUGIN_PATH . 'tool_exchange/hook/public_chats_market_pairs.php'; |
#164 | } else { |
#165 | // 否则加载普通 market 图表 |
#166 | include PLUGIN_PATH . 'tool_exchange/hook/public_chats_market.php'; |
#167 | include PLUGIN_PATH . 'tool_exchange/hook/public_chats_markets.php'; |
#168 | } |