Phone tabbar: 下单/关键位/期权, hide options tab when unavailable.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user