@@ -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) {
@@ -331,9 +331,9 @@ class mbMemberControl extends mobileControl
function bonus_version()
{
- return "v=2018122605";
+ return "v=2018122606";
}
function shop_version()
@@ -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({