zhashaonan 6 rokov pred
rodič
commit
980fd13d76

+ 1 - 3
data/resource/mobile/festival/newYear/js/newYear.js

@@ -22,9 +22,7 @@ Page.prototype = {
     },
     appInit: function () {
         var self = this;
-        alert('123');
-        if (this.member_id <= 0) {
-            alert('456');
+        if (this.memberId <= 0) {
             self.bridge.call_native_handler('on_native_click', '{"action":"login"}', function (data) {
                 var jsdata = JSON.parse(data);
                 if (!jsdata.login) {

+ 2 - 2
mobile/control/control.php

@@ -331,9 +331,9 @@ class mbMemberControl extends mobileControl
 
 function bonus_version()
 {
-    return "v=2018122605";
+    return "v=2018122606";
 }
 function shop_version()
 {
-    return "v=2018122605";
+    return "v=2018122606";
 }

+ 0 - 2
mobile/templates/default/festival/newYear/index.php

@@ -94,8 +94,6 @@ $info = $output['info'];
         };
         document.body.addEventListener('touchmove', removeDefault, { passive: false }); //passive 参数不能省略,用来兼容ios和android
 
-        alert('from_app' + from_app);
-
         var title = '新年运势title';
         var desc = '新年运势desc';
         weiXinShare.init({