洪海涛 8 lat temu
rodzic
commit
889823a1e3

Plik diff jest za duży
+ 0 - 0
www/webapp/o2o/dist/js/main.js


Plik diff jest za duży
+ 0 - 0
www/webapp/o2o/dist/js/page/home.js


Plik diff jest za duży
+ 0 - 0
www/webapp/o2o/dist/js/page/placeOrder.js


+ 0 - 1
www/webapp/o2o/js/page/home.js

@@ -317,7 +317,6 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
 					var boxAlignCenter = $('.box-align-center').height();
 					var preventScroll = $('.prevent-scroll').height();
 					homeBox.height(boxAlignCenter * 4 + preventScroll);
-					console.log(homeBox.height());
 
 				}, 1000);
 				setTimeout(function () {

+ 0 - 2
www/webapp/o2o/js/page/homeenterprise.js

@@ -40,8 +40,6 @@ define(['$', 'template', 'IScroll', 'recharge', 'native', 'config', 'user'], fun
 			$.newTouch('.o2o-btn-homestay', function (event) {
 				event.preventDefault();
 				window.location.href = '/index.php?r=o2o/advisory/enterprise';
-				// window.location.href='http://commontest.yiguanjia.me/index.php?r=common/activity/Enterprise';
-				// console.log('测试')
 			}, $view);
 			// 首页
 			$.newTouch('.btn-action-my-order', function (event) {

+ 0 - 1
www/webapp/o2o/js/page/homestay.js

@@ -31,7 +31,6 @@ define(['$', 'template', 'IScroll', 'recharge', 'native', 'config', 'user'], fun
 			$.newTouch('.o2o-btn-homestay',function (event) {
 				event.preventDefault();
 				window.location.href='/index.php?r=o2o/advisory/SinglesDay';
-				// console.log('测试')
 			},$view);
 			// 首页
 			$.newTouch('.btn-action-my-order', function (event) {

+ 0 - 2
www/webapp/o2o/js/page/placeOrder.js

@@ -808,7 +808,6 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
                     order.payValue = order.payValue - order.balance;
                 }
                 order.addOrder(user.id, payChannel, function (res) {
-                    console.log(res);
                     $doc.trigger('spa:closeloader');
                     if (res.success) {
                         // 更新user的订单
@@ -864,7 +863,6 @@ define(['$', 'template', 'order', 'native', 'helper', 'user', 'api', 'config', '
             /* 只有首页跳转来,才会带有needReset = true */
             /*获取上一页跳转的路由名称*/
             backHash = pushData.backHash ? pushData.backHash : '';
-            console.log(backHash);
 
             if (pushData.hasOwnProperty('needReset') && pushData.needReset) {
                 /* 接收首页传来的product,填写order的productType(产品类型)、productID(产品ID)两个字段 */

+ 0 - 4
www/webapp/o2o/js/page/secondary.js

@@ -134,11 +134,7 @@ define(['$', 'template', 'IScroll', 'user', 'product', 'native', 'config', 'addr
 
 				setTimeout(function () {
 					/*设置页面高度-开始*/
-					// console.log();
-					// console.log($('#list0').height(($('.btn-product').height()*4)+$('.prevent-scroll').height()));
 					$('#list0').height(($('.btn-product').height()*4)+$('.prevent-scroll').height());//设置ul高度;
-					// console.log($("#list0").eq(0));
-					// console.log();
 					/*设置页面高度-结束*/
 				},200);
 			}

+ 0 - 1
www/webapp/o2o/js/panel/alert.js

@@ -5,7 +5,6 @@ define(['$', 'template','product'], function ($, template,product) {
 			var $view = this;
 			var $doc = $(document);
 			$.newTouch('button', function (event) {
-				// console.log($(this).html());
 				if($(this).html()==="查看"){
 					event.preventDefault();
 					$doc.trigger('spa:navigate', {

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików