|
@@ -197,18 +197,33 @@
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.error-tips{
|
|
|
- font-size:16px;
|
|
|
- color:#fd555d;
|
|
|
- margin-top:40px;
|
|
|
- text-align:center;
|
|
|
-
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 40%;
|
|
|
+ }
|
|
|
+ .error-tips img{
|
|
|
+ width:48%;
|
|
|
+ maegin-top:30%;
|
|
|
+ }
|
|
|
+ .error-button{
|
|
|
+ width: 200px;
|
|
|
+ height: 40px;
|
|
|
+ background:rgba(239,89,82,1);
|
|
|
+ border-radius:20px;
|
|
|
+ color:#fff;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 40px;
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 14%;
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
}
|
|
|
</style>
|
|
|
<div class="application-wrap">
|
|
|
<main class="application-content">
|
|
|
<div class="content-wrap" style="display: none;">
|
|
|
- <div class="error-tips">对不起,暂时无法唤醒快应用!</div>
|
|
|
- <div class="error-tips" onclick="location.reload();">点我重新唤醒哟!</div>
|
|
|
+ <div class="error-tips"><img src="https://cdn-novel.iycdm.com/quickapp/static/net-error.jpg" /></div>
|
|
|
+ <div class="error-button" onclick="openQyy()">点我继续阅读</div>
|
|
|
</div>
|
|
|
</main>
|
|
|
<div class="hw-guide">
|
|
@@ -290,11 +305,7 @@
|
|
|
try {
|
|
|
appRouter(QYY.packName, "/" + QYY.entry, parmas);
|
|
|
} catch (er) {
|
|
|
- try {
|
|
|
- appRouter(QYY.packName, "/" + QYY.entry, parmas);
|
|
|
- } catch (err) {
|
|
|
- routerAHap(parmas);
|
|
|
- }
|
|
|
+ routerAHap(parmas);
|
|
|
}
|
|
|
}
|
|
|
}
|