收藏
回答

在使用template模板时,在同一个页面调用了两次,两个的scroll是同步的?

页面是这样,自己写的Tabbar,页签每个对应一个模板控制显隐,但是我只要滚动其中一个模板,另一个模板也会自己滚到相应的位置,这种情况要怎么解决?

以下是截图和部分代码:

<import src="../../../component/goodsList/goodsList.wxml"/>

<template is="goodsList" data="{{goods: nearGoodsList, hasMore: nearHasMore, showLoading: showLoading, isShow: TabCur==1}}"/>

<template is="goodsList" data="{{goods: focusGoodsList, hasMore: focusHasMore, showLoading: showLoading, isShow: TabCur==0}}"/>

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签