@@ -47,6 +47,7 @@
bottom: 20px;
left: 0px;
right: 0px;
+ display: none;
}
.title{
color: #000000;
@@ -77,6 +78,9 @@
</div>
{{if not .T.mustupdate}}</div>{{end}}
<script type="text/javascript">
+ if(mySysIsIos()){
+ $(".update").show();
+ }
new FastClick(document.body);
</script>
</body>