Forráskód Böngészése

调整下单流程

洪海涛 8 éve
szülő
commit
4fbc023ec8

+ 1 - 0
www/webapp/o2o/css/product.css

@@ -491,6 +491,7 @@
 
 /*新建样式*/
 .product-new{
+	border-top:1px solid rgba(0, 0, 0, 0.22);
 	background: #ffffff;
 	position: fixed;
 	bottom: 0;

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
www/webapp/o2o/dist/css/main.css


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
www/webapp/o2o/dist/js/main.js


+ 2 - 2
www/webapp/o2o/js/main.js

@@ -167,7 +167,7 @@ require(['$', 'spa', 'native', 'helper', 'ratchet', 'config', 'user'], function
 	var pageProduct = {
 		route: 'product',
 		classname: 'product',
-		animate: 'slideInUp',
+		animate: 'pushInLeft',
 		view: function () {
 			var $page = this;
 			requirejs(['pageProduct'], function (viewData) {
@@ -242,7 +242,7 @@ require(['$', 'spa', 'native', 'helper', 'ratchet', 'config', 'user'], function
 	var pagePlaceOrder = {
 		route: 'placeOrder',
 		classname: 'place-order',
-		animate: 'pushInLeft',
+		animate: 'slideInUp',
 		view: function () {
 			var $page = this;
 			requirejs(['pagePlaceOrder'], function (viewData) {

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott