|
@@ -39,6 +39,10 @@ if(firstPage != null && firstPage.length == 1){
|
|
|
}
|
|
|
initShare({{.T.signature}},{{.T.openid}},2,"jy_extend",{{.T.nickname}},{{.T.avatar}});
|
|
|
$(function(){
|
|
|
+ $("#back").on("click",function(){
|
|
|
+ window.location.href="/wxkeyset/keyset/index";
|
|
|
+ })
|
|
|
+
|
|
|
new FastClick(document.body);
|
|
|
if(keys.length > 0){
|
|
|
$("body>div:first>.keyword").text(keys.join("; ").replace(/\+/gm," "));
|
|
@@ -430,12 +434,12 @@ a{
|
|
|
<div id="list"></div>
|
|
|
</div>
|
|
|
|
|
|
-<span class="text-center findnull" style="margin-top: 5rem;">
|
|
|
+<span class="text-center findnull" style="margin-top: 35%;">
|
|
|
<div>
|
|
|
<img style="width:150px;margin:50px 0 50px 0;" src="{{Msg "seo" "cdn"}}/images/wx/jysorry_1.png">
|
|
|
</div>
|
|
|
<span style="color:#1d1d1d;font-size:16px;">没有找到和你订阅关键词匹配的信息<br/></span>
|
|
|
- <div onClick="window.history.go(-2)" style="width: 200px;position: relative;left: 50%;margin-left: -100px;" class="text-center">
|
|
|
+ <div style="width: 200px;position: relative;left: 50%;margin-left: -100px;" class="text-center" id="back">
|
|
|
<img style="width: 200px;margin-top: 25px;pointer-events: none;" src="{{Msg "seo" "cdn"}}/images/wx/jydyshz.png">
|
|
|
</div>
|
|
|
</span>
|