Phone tabbar: 下单/关键位/期权, hide options tab when unavailable.

This commit is contained in:
dekun
2026-07-27 07:48:11 +08:00
parent 6886de0bad
commit 1755f67eca
2 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* 实例手机壳: ≤720px 底栏 +「更多」,与 embed soft-nav 同步.
*/
(function (global) {
const PRIMARY = { trade: 1, key_monitor: 1, records: 1 };
const PRIMARY = { trade: 1, key_monitor: 1, options: 1 };
const MQ = "(max-width: 720px)";
function isEmbedShell() {