@@ -471,7 +471,7 @@ define(['zepto'], function ($) {
// css3动画是异步无阻塞的,防止同时重绘/*可修改页面切换速度*/
requestAnimationFrame(function () {
$el.get(0).offsetWidth
- properties[transitionName] = '200ms'
+ properties[transitionName] = '600ms'
$el.css(properties).emulateTransitionEnd(function () {
// 过渡动画结束后移除 transition
properties = {}
@@ -8,7 +8,7 @@ define(['base', '$', 'native', 'api', 'order', 'config', 'address'], function (b
}
User.instance = this;
this.storagePrefix = 'user_';
- this.id = ''; //57e22bb59f5160c2048b456c
+ this.id = ''; //57e22bb59f5160c2048b456c//57e38f1b9f5160ac048b457d
this.lastID = this.getCache('lastID', null, '');
this.name = '';
this.avatar='';