|
@@ -48,47 +48,7 @@ define(['$', 'template', 'IScroll', 'product', 'user', 'native', 'config', 'addr
|
|
|
$('.swiper-container').height($('.swiper-container img').height());
|
|
|
// $('.pagination').css('bottom', '0.15rem');
|
|
|
}, 200);
|
|
|
- setTimeout(function () {
|
|
|
- /*Popup生成宽度与高度*/
|
|
|
- $('.popup-box').width($(window).width());
|
|
|
- $('.popup-box').height($(window).height());
|
|
|
- $('.popup').width($(window).width());
|
|
|
- $('.popup').height($(window).height());
|
|
|
- /*popup-img设置高度*/
|
|
|
- $('.popup-img').height(($(window).height()) * 0.75);
|
|
|
- }, 1000);
|
|
|
- /*关闭活动窗口*/
|
|
|
- $.newTouch('.close', function () {
|
|
|
- event.preventDefault();
|
|
|
- $('.popup-box').css('display', 'none');
|
|
|
- $('.nav-li-box').css('display','none');
|
|
|
- }, $view);
|
|
|
- /*跳转页面*/
|
|
|
- $.newTouch('.popup-img', function () {
|
|
|
- event.preventDefault();
|
|
|
- $('.popup-box').css('display', 'none');
|
|
|
- $('.nav-li-box').css('display','none');
|
|
|
-
|
|
|
- $doc.trigger('spa:navigate', {
|
|
|
- hash: 'payAgreement',
|
|
|
- pushData: {
|
|
|
- needReload: true
|
|
|
- }
|
|
|
- });
|
|
|
- }, $view);
|
|
|
/*自动关闭活动窗口*/
|
|
|
- // setTimeout(function () {
|
|
|
- // // $('.popup-box').css('display', 'none');
|
|
|
- // }, 10);
|
|
|
- /*setTimeout(function () {
|
|
|
- $doc.trigger('spa:openpanel', ['simpleAlert', {
|
|
|
- message: '您已获得双十一大礼包',
|
|
|
- // title: '系统通知',
|
|
|
- // html: '您已获得双十一大礼包',
|
|
|
- buttons: [{text: '查看', class: 'btn-o2o-home btn-o2o-home-2'}, {text: '关闭', class: 'btn-o2o-home'}]
|
|
|
- }]);
|
|
|
-
|
|
|
- }, 1000);*/
|
|
|
$.newTouch('.btn-o2o-home', function (event) {
|
|
|
event.preventDefault();
|
|
|
$doc.trigger('spa:navigate', {
|