Showing
2 changed files
with
1 additions
and
3 deletions
| @@ -21,7 +21,7 @@ export const enum ActionMode { | @@ -21,7 +21,7 @@ export const enum ActionMode { | ||
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | // 上报节目类型白名单 | 23 | // 上报节目类型白名单 |
| 24 | -const shareWhiteList = ['1', '2', '5', '8', '9', '14', '15'] //跳转类型:0:不跳转 1:点播,2:直播,3:活动,4:广告,5:专题,6:链接,7:榜单,8:图文,9:组图,10:H5新闻,11:频道,12:组件,13:音频,14动态图文,15动态视频 */ | 24 | +const shareWhiteList = ['1', '2', '8', '9', '14', '15'] //跳转类型:0:不跳转 1:点播,2:直播,3:活动,4:广告,5:专题,6:链接,7:榜单,8:图文,9:组图,10:H5新闻,11:频道,12:组件,13:音频,14动态图文,15动态视频 */ |
| 25 | 25 | ||
| 26 | //ViewBlog意图共享-频道列表 | 26 | //ViewBlog意图共享-频道列表 |
| 27 | export function viewBlogInsightIntentShare(context: common.UIAbilityContext, entityGroupId: string, | 27 | export function viewBlogInsightIntentShare(context: common.UIAbilityContext, entityGroupId: string, |
| @@ -65,8 +65,6 @@ export function actionUpdatePullRefresh(pageModel: PageModel, event: GestureEven | @@ -65,8 +65,6 @@ export function actionUpdatePullRefresh(pageModel: PageModel, event: GestureEven | ||
| 65 | export function actionUpdateLoadMore(model: PageModel, event: GestureEvent) { | 65 | export function actionUpdateLoadMore(model: PageModel, event: GestureEvent) { |
| 66 | // list size +1 | 66 | // list size +1 |
| 67 | 67 | ||
| 68 | - console.log(TAG,model.compList.totalCount(),model.endIndex) | ||
| 69 | - | ||
| 70 | if (model.endIndex >= model.compList.totalCount() - 3 && model.endIndex - 1 <= model.compList.totalCount()) { | 68 | if (model.endIndex >= model.compList.totalCount() - 3 && model.endIndex - 1 <= model.compList.totalCount()) { |
| 71 | // model.offsetY = event.touches[0].y - model.downY; | 69 | // model.offsetY = event.touches[0].y - model.downY; |
| 72 | // if (Math.abs(model.offsetY) > vp2px(model.pullUpLoadHeight) / 2) { | 70 | // if (Math.abs(model.offsetY) > vp2px(model.pullUpLoadHeight) / 2) { |
-
Please register or login to post a comment