This commit is contained in:
@@ -107,13 +107,6 @@ abstract class Common extends BaseController
|
||||
'status' => 1
|
||||
])
|
||||
->where('status', '=', 1)
|
||||
->where(function($query) {
|
||||
// 临时代码,移动端暂时不显示 "AI PC"
|
||||
if (request()->from == 'mobile') {
|
||||
$table_name = SysNavigationItemModel::getTable();
|
||||
$query->whereNotIn($table_name . ".id", [78]);
|
||||
}
|
||||
})
|
||||
->order(['sort' => 'asc', 'id' => 'asc'])
|
||||
->select();
|
||||
if ($nav->isEmpty()) {
|
||||
|
||||
@@ -466,7 +466,7 @@
|
||||
<div class="wifi-texts">
|
||||
{eq name=":cookie('think_lang')" value="en-us"}
|
||||
<div class="wifi-t f36">{$wifi_first_section.title|default=''|raw}</div>
|
||||
<div class="wifi-p f16">{$wifi_first_section.short_title|default=''|raw}</div>
|
||||
<div class="wifi-p f18">{$wifi_first_section.short_title|default=''|raw}</div>
|
||||
{else/}
|
||||
<div class="wifi-t">{$wifi_first_section.title|default=''|raw}</div>
|
||||
<div class="wifi-p">{$wifi_first_section.short_title|default=''|raw}</div>
|
||||
@@ -501,10 +501,19 @@
|
||||
</div>
|
||||
{/notempty}
|
||||
<!-- 接口大满贯 -->
|
||||
|
||||
{eq name=":cookie('think_lang')" value="en-us"}
|
||||
<div class="zoom-t f36">{:lang_i18n('接口大满贯')}</div>
|
||||
{else/}
|
||||
<div class="zoom-t">{:lang_i18n('接口大满贯')}</div>
|
||||
{/eq}
|
||||
<div class="zoom-container" id="zoomContainer">
|
||||
<div class="img-wrapper">
|
||||
{eq name=":cookie('think_lang')" value="en-us"}
|
||||
<p class="zoom-p f18">{:lang_i18n('标配多种接口,会议室连接电脑、</br>U盘传输文件、TF卡读取等,全都轻松搞定')}</p>
|
||||
{else/}
|
||||
<p class="zoom-p">{:lang_i18n('标配多种接口,会议室连接电脑、</br>U盘传输文件、TF卡读取等,全都轻松搞定')}</p>
|
||||
{/eq}
|
||||
<img src="__IMAGES__/topic_laptop/zoom-img-1.png" alt="接口图" class="bg-img" id="bgImg" loading="lazy">
|
||||
</div>
|
||||
<!-- 左边 -->
|
||||
@@ -556,8 +565,6 @@
|
||||
</div>
|
||||
{/eq}
|
||||
|
||||
|
||||
|
||||
<div class="annotation anno-up anno-delay-1" style="top: 34%; left: 66.5%;">
|
||||
<span style="text-align: center; font-size: 0.16rem;">{:lang_i18n('HDMI')}</span>
|
||||
</div>
|
||||
@@ -589,8 +596,31 @@
|
||||
{assign name="camare_microphone" value=":array_shift($data.camare_microphone_security)"/}
|
||||
{assign name="security" value=":array_shift($data.camare_microphone_security)"/}
|
||||
<div class="tabs-container">
|
||||
{notempty name="camare_microphone"}<div class="tab-t active" data-index="0">{$camare_microphone.title|default=''}</div>{/notempty}
|
||||
{notempty name="security"}<div class="tab-t" data-index="1">{$security.title|default=''}</div>{/notempty}
|
||||
<!-- {notempty name="camare_microphone"}
|
||||
<div class="tab-t active" data-index="0">{$camare_microphone.title|default=''}</div>
|
||||
{/notempty}
|
||||
{notempty name="security"}
|
||||
<div class="tab-t" data-index="1">{$security.title|default=''}</div>
|
||||
{/notempty} -->
|
||||
|
||||
{eq name=":cookie('think_lang')" value="en-us"}
|
||||
{notempty name="camare_microphone"}
|
||||
<div class="tab-t active f36" data-index="0">{$camare_microphone.title|default=''}</div>
|
||||
{/notempty}
|
||||
{notempty name="security"}
|
||||
<div class="tab-t f36" data-index="1">{$security.title|default=''}</div>
|
||||
{/notempty}
|
||||
{else/}
|
||||
{notempty name="camare_microphone"}
|
||||
<div class="tab-t active" data-index="0">{$camare_microphone.title|default=''}</div>
|
||||
{/notempty}
|
||||
{notempty name="security"}
|
||||
<div class="tab-t" data-index="1">{$security.title|default=''}</div>
|
||||
{/notempty}
|
||||
{/eq}
|
||||
|
||||
|
||||
|
||||
<div class="tab-content">
|
||||
{notempty name="camare_microphone"}
|
||||
<div class="tab-panel active">
|
||||
|
||||
Reference in New Issue
Block a user