Skip to content

Commit

Permalink
update extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mip-platform committed Jun 20, 2017
1 parent 2ece598 commit 456aaa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions mip-wkfun-newslist/mip-wkfun-newslist.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* 底层页功能组件
* @file 脚本支持
* @author wss
* @time 2017.04.07
* @version 1.0.1
* @time 2017.06.20
* @version 1.0.2
*/
define(function (require) {
var $ = require('zepto');
Expand All @@ -29,13 +29,6 @@ define(function (require) {
$('.sy-main').removeClass('h500');
$(this).hide();
});

var passagesHeight = $('.sy-main').height();
if (passagesHeight < 500) {
$('.sy-main').removeClass('h500');
$('.sy-more').hide();
}

};

customElem.prototype.build = function () {
Expand Down
2 changes: 1 addition & 1 deletion mip-wkfun-newslist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mip-wkfun-newslist",
"version": "1.0.1",
"version": "1.0.2",
"description": "底层页功能组件",
"author": {
"name": "wss",
Expand Down

0 comments on commit 456aaa2

Please sign in to comment.