Authored by 郝肖肖

gulp ge

... ... @@ -7831,14 +7831,17 @@ $listNav.on('touchstart', 'li', function() {
//店铺优惠券
require("js/product/shop_coupon");
});
define("js/product/shop_coupon", ["jquery","iscroll-probe","swiper","index"], function(require, exports, module){
define("js/product/shop_coupon", ["jquery","iscroll-probe","swiper","mlellipsis","index"], function(require, exports, module){
var $ = require("jquery"),
IScroll = require("iscroll-probe"),
Swiper = require("swiper"),
ellipsis = require("mlellipsis"),
tip = require("js/plugin/tip");
var appVersion = $('input[name="app_version"]').val();
ellipsis.init();
$(".coupon-content .receive-btn").closest('.swiper-slide').on('click', function(e) {
var that = this,
code = $(this).data('id') || '';
... ... @@ -7890,6 +7893,10 @@ $(function() {
slidesPerView: 'auto',
watchSlidesVisibility: true
});
$('.coupon-content .coupon-left-name').each(function() {
this.mlellipsis(2);
});
})
});
... ... @@ -9588,7 +9595,7 @@ $allProductCell.on('touchstart', function() {
$(this).removeClass('highlight');
});
});
define("js/product/shop", ["jquery","iscroll-probe","lazyload","swiper","hammer","index"], function(require, exports, module){
define("js/product/shop", ["jquery","iscroll-probe","lazyload","swiper","hammer","mlellipsis","index"], function(require, exports, module){
/**
* 品牌店铺首页
*/
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.