mobileoa-common-modules
Version:
移动办公平台前端公共功能模块
32 lines (31 loc) • 1.49 kB
HTML
<!-- 互联网断开连接设置页面 -->
<ion-view>
<ion-nav-title>
<h1 class="title">未能连接到互联网</h1>
</ion-nav-title>
<ion-nav-buttons side="left">
<button class="button icon-left ion-ios-arrow-back button-clear sino-back-button" ng-click="goBack()">返回</button>
</ion-nav-buttons>
<ion-content class="find">
<div class="card" style="line-height: 30px;">
<div class="item item-text-wrap" style="font-size: 12px;">
<div style="border-bottom: 1px solid #ddd;padding-bottom: 5px;">
<strong>您的设备未启用移动互联网或Wi-Fi网络</strong>
</div>
<div style="padding-top: 10px;">
<div>如果需要连接到互联网,可以参照以下方法:</div>
<ul style="list-style: initial;margin-left: 30px;">
<li>在设备的<strong>“设置”</strong>-<strong>“Wi-Fi网络”</strong>设置面板中选择一个可用的Wi-Fi热点接入。</li>
<li>在设备的<strong>“设置”</strong>-<strong>“通用”</strong>-<strong>“网络”</strong>设置面板中启用<strong>蜂窝数据</strong>(启用后运营商可能会收取数据通信费用)。</li>
</ul>
</div>
<div>
<div>如果您已接入Wi-Fi网络:</div>
<ul style="list-style: initial;margin-left: 30px;">
<li>请检查您所连接的Wi-Fi热点是否已接入互联网,或该热点是否已允许您的设备访问互联网。 </li>
</ul>
</div>
</div>
</div>
</ion-content>
</ion-view>