dever 6 years ago
parent
commit
97b99aee84

+ 1 - 1
kissy/public/share/mshare.js

@@ -175,7 +175,7 @@ MShare.prototype = {
                 wx.ready(function() {
                     //alert(wxCfgs.img_url)
                     if (state) {
-                        alert(wxCfgs.img_url);
+                        //alert(wxCfgs.img_url);
                     }
                     wx.onMenuShareAppMessage({
                         title: wxCfgs.title,

+ 13 - 1
tm/compile_dir/%%48^48D^48DE5A4F%%bottom.html.php

@@ -1,4 +1,4 @@
-<?php /* Smarty version 2.6.17, created on 2018-05-29 09:47:11
+<?php /* Smarty version 2.6.17, created on 2018-05-29 11:54:21
          compiled from bottom.html */ ?>
 <section class="toast" style="display:none;">错误信息</section>
 
@@ -35,6 +35,18 @@
 </footer>
 <?php endif; ?>
 <script type="text/javascript">
+
+    
+function loadLogin()
+{
+    app = checkApp();
+    if (app) {
+        istoken('<?php echo $this->_tpl_vars['info']['thisUrl']; ?>
+');
+    } else {
+        $('#loginbox').show();
+    }
+}
 function toast(content, url)
 {
     var e = $(".toast");

+ 2 - 2
tm/compile_dir/%%71^714^714F4B17%%header.html.php

@@ -1,4 +1,4 @@
-<?php /* Smarty version 2.6.17, created on 2018-05-29 09:47:11
+<?php /* Smarty version 2.6.17, created on 2018-05-29 11:47:10
          compiled from header.html */ ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
@@ -98,5 +98,5 @@
 <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
 /public/share/jweixin.js?2"></script>
 <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
-/public/share/mshare.js?22"></script>
+/public/share/mshare.js?33"></script>
 <body id="body">

+ 37 - 3
tm/compile_dir/%%9F^9F5^9F50A076%%events_turntable.html.php

@@ -1,4 +1,4 @@
-<?php /* Smarty version 2.6.17, created on 2018-05-28 12:10:52
+<?php /* Smarty version 2.6.17, created on 2018-05-29 11:54:42
          compiled from events_turntable.html */ ?>
 <?php $_smarty_tpl_vars = $this->_tpl_vars;
 $this->_smarty_include(array('smarty_include_tpl_file' => "header.html", 'smarty_include_vars' => array()));
@@ -103,6 +103,27 @@ unset($_smarty_tpl_vars);
 <div class="v_tips_box v_tips_box3" id="ks-tips"></div>
 
 <script>
+var goUrl = '';
+function go_page(){
+	location.href = goUrl;
+}
+
+
+function showErrorMsg(data_msg){
+	$('.v_close_btn').show();
+	$('#error_msg').html(data_msg);
+	$('#error_tips_box').fadeIn(200);
+	$('.a_cover').fadeIn(200);
+}
+
+
+function showErrorMsgGoPage(data_msg){
+	$('.v_close_btn').show();
+	$('#error_msg').html(data_msg);
+	$('#error_tips_box').fadeIn();
+	$('.a_cover').fadeIn();
+	setInterval("go_page();",seconds+100);
+}
 
 $("#award_btn").on('click', function(){
 	var time = 2000;//设置抽奖loading时间
@@ -166,8 +187,21 @@ KISSY.use('node, io, xtemplate, anim', function (S, Node, IO, XTemplate, Anim) {
 			, data: {events_id: '<?php echo $this->_tpl_vars['turntableData']['events']['id']; ?>
 '}
 			, success: function (data) {
-				drawResult = data;
-				return false;
+				if (data.ok) {
+					drawResult = data;
+					return false;
+				} else {
+					if(data.msg.url){
+						loadLogin();
+						//goUrl = '<?php echo $this->_tpl_vars['loginUrl']; ?>
+';
+						//showErrorMsgGoPage('本活动需登录后才可以参与');
+						return;
+					} else {
+						$("#luck_loading").hide();
+						$("#luck_result").show();
+					}
+				}
 			}
 			, error: function (NULL, textStatus) {
 				alert("请求服务器失败,原因:"+textStatus);

+ 11 - 0
tm/template_dir/bottom.html

@@ -18,6 +18,17 @@
 </footer>
 <{/if}>
 <script type="text/javascript">
+
+    
+function loadLogin()
+{
+    app = checkApp();
+    if (app) {
+        istoken('<{$info.thisUrl}>');
+    } else {
+        $('#loginbox').show();
+    }
+}
 function toast(content, url)
 {
     var e = $(".toast");

+ 2 - 0
tm/template_dir/events_code.html

@@ -84,6 +84,8 @@ KISSY.use('node, io', function (S, Node, IO) {
 					$(".v_tips_box2").fadeIn();
 				} else {
 					if(data.msg.url){
+						loadLogin();
+						return;
 						$(".tips_msg").html('本活动需登录后才可以参与');
 						$('#msg_tips_box').fadeIn();
 						goUrl = '<{$loginUrl}>';

+ 5 - 7
tm/template_dir/events_infos.html

@@ -325,7 +325,7 @@ $(body).addClass("bg_white");
     </section>
 </section>
 
-<{if $info.end == 1 && $info.login == 2}>
+
 <section class="layer" id="loginbox" style="display:none;">
     <section class="loginbox">
         <h3>您还没有登录</h3>
@@ -336,15 +336,13 @@ $(body).addClass("bg_white");
         </section>
     </section>
 </section>
+
+<{if $info.end == 1 && $info.login == 2}>
 <script>
+
 $(function()
 {
-    app = checkApp();
-    if (app) {
-        istoken('<{$info.thisUrl}>');
-    } else {
-        $('#loginbox').show();
-    }
+    loadLogin();
 })
 </script>
 <{/if}>

+ 2 - 0
tm/template_dir/events_try.html

@@ -108,6 +108,8 @@ KISSY.use('node, io', function (S, Node, IO) {
 					toast('提交成功,请等待管理员审核');
 				} else {
 					if(data.msg.url){
+						loadLogin();
+						return;
 						goUrl = '<{$loginUrl}>';
 						showErrorMsgGoPage('本活动需登录后才可以参与');
 						return;

+ 35 - 2
tm/template_dir/events_turntable.html

@@ -74,6 +74,27 @@
 <div class="v_tips_box v_tips_box3" id="ks-tips"></div>
 
 <script>
+var goUrl = '';
+function go_page(){
+	location.href = goUrl;
+}
+
+
+function showErrorMsg(data_msg){
+	$('.v_close_btn').show();
+	$('#error_msg').html(data_msg);
+	$('#error_tips_box').fadeIn(200);
+	$('.a_cover').fadeIn(200);
+}
+
+
+function showErrorMsgGoPage(data_msg){
+	$('.v_close_btn').show();
+	$('#error_msg').html(data_msg);
+	$('#error_tips_box').fadeIn();
+	$('.a_cover').fadeIn();
+	setInterval("go_page();",seconds+100);
+}
 
 $("#award_btn").on('click', function(){
 	var time = 2000;//设置抽奖loading时间
@@ -135,8 +156,20 @@ KISSY.use('node, io, xtemplate, anim', function (S, Node, IO, XTemplate, Anim) {
 			, url: '<{$web_cfg.domain}>/?c=EventsTurntable&a=Rotation'
 			, data: {events_id: '<{$turntableData.events.id}>'}
 			, success: function (data) {
-				drawResult = data;
-				return false;
+				if (data.ok) {
+					drawResult = data;
+					return false;
+				} else {
+					if(data.msg.url){
+						loadLogin();
+						//goUrl = '<{$loginUrl}>';
+						//showErrorMsgGoPage('本活动需登录后才可以参与');
+						return;
+					} else {
+						$("#luck_loading").hide();
+						$("#luck_result").show();
+					}
+				}
 			}
 			, error: function (NULL, textStatus) {
 				alert("请求服务器失败,原因:"+textStatus);

+ 1 - 1
tm/template_dir/header.html

@@ -62,5 +62,5 @@
 
 <script src="<{$web_cfg.cdn}>/public/share/zepto.min.js"></script>
 <script src="<{$web_cfg.cdn}>/public/share/jweixin.js?2"></script>
-<script src="<{$web_cfg.cdn}>/public/share/mshare.js?22"></script>
+<script src="<{$web_cfg.cdn}>/public/share/mshare.js?33"></script>
 <body id="body">