xuzhiheng 5 年之前
父节点
当前提交
0f75a03c73
共有 1 个文件被更改,包括 8 次插入4 次删除
  1. 8 4
      src/jfw/modules/app/src/web/templates/vipsubscribe/renew_notice.html

+ 8 - 4
src/jfw/modules/app/src/web/templates/vipsubscribe/renew_notice.html

@@ -26,7 +26,7 @@
 	</style>
 	<body>
 		<div class="app-layout-header">
-	        <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
+	        <!-- <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span> -->
 	        VIP订阅
 	    </div>
 	    <div class="app-layout-content-b">
@@ -72,14 +72,18 @@
     	<script src="/jyapp/vipsubscribe/js/common.js?v={{Msg "seo" "version"}}"></script>
 		<script src="/jyapp/js/common.js?v={{Msg "seo" "version"}}"></script>
 		<script type="text/javascript">
-			// $(function(){ 
+			$(function(){ 
 			// 	history.pushState({},"","");
 			// 	window.addEventListener('popstate', function(event){
 			// 		window.location.replace('/jyapp/swordfish/historypush');
 			// 	});
-			// });
+				try{
+					JyObj.hiddenBottom("1");
+				}catch(e){
+					//TODO handle the exception
+				}
+			});
 			//
-			JyObj.hiddenBottom("1");
 			var orderId = {{.T.orderId}};
 			var starts = {{.T.startTime}};
 			var ends = {{.T.endTime}};