@@ -18,7 +18,7 @@
<script type="text/javascript" src="https://dn-bughd-web.qbox.me/bughd.min.js" crossOrigin="anonymous"></script>
<script type="text/javascript">
window.bughd = window.bughd || function(){};
- bughd("create",{key:"0fa835eb9233105f2835cd7969826947"})
+ bughd("create",{key:"aebe40c5d5b2975056629dc7980676ce"})
</script>
</head>
@@ -8,7 +8,7 @@ define(['base', '$', 'native', 'api', 'order', 'config', 'address'], function(ba
}
User.instance = this;
this.storagePrefix = 'user_';
- this.id = '';
+ this.id = ''; // 57e22bb59f5160c2048b456c
this.lastID = this.getCache('lastID', null, '');
this.name = '';
this.mobile = '';
@@ -195,7 +195,7 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
* var tpl = template(html文件路径,数据)
*/
var tpl = template('home/index', {
- showNavBar: !config.isWX && !config.isChubao,
+ showNavBar: !config.isWX && !config.isChubao
});
/*