e 8 years ago
parent
commit
998b895aa1

+ 1 - 1
www/webapp/common/js/spa.js

@@ -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 = {}

File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/main.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/spa.js


+ 1 - 1
www/webapp/o2o/js/model/user.js

@@ -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='';

Some files were not shown because too many files changed in this diff