页面是这样,自己写的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}}"/>
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
能否提供可以复现问题的代码片段呢?可以更快地定位问题
如何创建并分享代码片段?见:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html