想请教楼楼一个问题,页面无固定定位和绝对定位,页面中的echarts在页面滚动时,不会随着滚动,在最顶层,怎么解决
如何覆盖echarts层级,不用cover-view?| 问题类型 |API/组件名称 | 微信版本基础库版本|微信版本| | ---- | ---- | ---- |---- | | 小程序Bug | canvas |2.9.5| 微信安卓客户端7.0.10| RT [图片] 真机测试效果如图 图上的footer设置了position:fixed;z-index: 99999999; 不能覆盖echarts的图表 然而cover-view不支持渲染view组件,footer显然没法渲染。。求解
2020-03-25同样很模糊,工具上看挺清晰的,手机上的就很模糊。有个问题想请教一下楼楼,echarts画出来的图,在页面滚动的时候,他不会滚动,怎么解决
echarts-for-weixin画的图表为什么会这么模糊?echarts-for-weixin画的图表很模糊,都没有相关的问题,想知道是不是我实现的原因,感谢!
2020-03-25你好,开发遇到同样的问题,请问解决了吗
引入echarts 在ios上canvas层级太高无法滑动页面引入echarts,在ios上canvas层级过高,导致页面无法滑动如何解决,使用cover-view没有用
2020-03-25手机型号:魅蓝6 微信版本号:7.0.4 系统版本号:7.0 <scroll-view class="column-content store-template1" scroll-y="true" bindscrolltolower="scrollEvent" enable-back-to-top="true"> <!-- 卖家 --> <view class="padding10 border-box bg-white b_bottom_after"> <view class="db-flex"> <view class="flex_left v_middle w50"> <image class="avatarimg1 imgcover" src="{{retailerInfo.avatar}}"></image> </view> <view class="flex_left flex_cell shopkeeper_txt"> <view class="clamp1 font16">{{retailerInfo.title}}</view> </view> <form wx:if="{{userInfo.uid != wid}}" class="flex_center w100" report-submit="true" bindsubmit="favorEvent"> <button wx:if="{{showFavorite}}" class="collect btnfavorite flex_center" :class="{'have': isFavorite}" form-type="submit"> <text class="al al-xing5"></text> <text class="txt"></text> </button> </form> <form class="flex_center w100" bindsubmit="onShareTap" report-submit="true"> <button class="collect btnShare flex_center" form-type="submit"> <text class="al al-share1"></text> <text class="txt"></text> </button> </form> </view> </view> <!-- 联系 --> <!-- <view class="flex_center list-box b_bottom_after"> <form class="item chat b_right_after" bindsubmit="toChat" report-submit="true"> <button class="w_100 h_100 flex_center" form-type="submit"> <icon class="al al-zixun"></icon> <text class="txt">在线咨询</text> </button> </form> <form class="item wetchat" bindsubmit="wetchatContact" report-submit="true"> <button class="w_100 h_100 flex_center" form-type="submit"> <icon class="al al-weixing"></icon> <text class="txt">微信联系</text> </button> </form> </view> --> <block wx:if="{{productCount >= 31 && classData.length >= 5}}"> <view class="search-area flex_center"> <view class="search-outer flex_left"> <view class="flex_cell"> <input class="input" placeholder="你要找的都在这里" placeholder-class="input-placeholder" bindinput="keyupKeyword" bindconfirm="confirmKeyword" confirm-type="search" type="text" value="{{searchvalue}}"/> </view> <view wx:if="{{searchword != ''}}" class="icon-cell flex_center color-gray font12" bindtap="cancelSearch">取消</view> <view class="icon-cell flex_center" bindtap="searchProduct"><text class="al al-sousuo"></text></view> </view> </view> <view class="pt10 bg-page"></view> <view :class="{'one': classDataArr.length == 1}" class="menu-swiper-outer" wx:if="{{classData.length}}"> <swiper class="menu-swiper" indicator-dots="{{classData.length > 1}}" indicator-color="#d0cdd1" indicator-active-color="#ff9900" interval="6000" circular> <repeat for="{{classDataArr}}" index="index" item="classitem"> <swiper-item class="swiper-item"> <repeat for="{{classitem}}" index="index1" item="item"> <view class="inner flex_center {{selectedIndex == (index * colCount + index1) ? 'active' : ''}}" data-col="{{index}}" data-index="{{index * colCount + index1}}" data-data="{{item}}" bindtap="clickTab"> <view class="w_100"> <view class="pic-outer"> <view class="pic"> <image src="{{item.photo}}"></image> </view> </view> <view class="txt">{{item.title}}</view> </view> </view> </repeat> </swiper-item> </repeat> </swiper> </view> </block> <view class="b_top_after"></view> <view class="productlist squarepic pb10 bg-page {{!products.length ? 'bg-white': ''}}" wx:if="{{disProduct}}"> <view wx:if="{{!products.length}}" class="flex_empty"><block wx:if="{{isSearch}}">暂无搜索结果</block><block wx:else>暂无商品</block></view> <block wx:else> <repeat for="{{products}}" key="index" item="item"> <product :wid.sync="wid" :item.sync="item" :userInfo.sync="userInfo" :retailerInfo.sync="retailerInfo"> <image slot="photo" class="imgcover" src="{{item.photo}}" mode="aspectFill"></image> <text slot="title" style="word-break:break-all;">{{item.title}}</text> <text slot="price" style="margin-left:2px;">{{item.price}}</text> <text slot="saled" style="margin-left:2px;">{{item.saled}}</text> </product> </repeat> </block> </view> <block wx:if="{{products.length}}"> <view class="end-area" wx:if="{{loading}}"><text>正在加载中...</text></view> <!-- 商品加载完毕提示 --> <view class="end-area" wx:elif="{{endShow}}"><text>--没有更多商品啦--</text></view> </block> </scroll-view>
关于scroll-view组件的问题- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo scroll-view组件的enable-back-to-top="true"属性,在安卓手机上,双击标题栏 , 滚动条无法回到顶部。请问各路大佬怎么解决的
2019-07-12我设置的enable-back-to-top="true" ,在ios上点击状态栏可以返回顶部,android上就不行。大佬请问有什么解决方法吗
关于enable-back-to-top的一点问题这个问题在于,首先ios和android就有区别,android上,只要你使用了enable-back-to-top这个属性,点击返回顶部是没有问题的,在ios上就需要加上竖向滚动属性和height;其次我发现我有些页面没有使用scroll-view,也可以点击返回顶部,所以我想知道这个机制是什么样的。
2019-07-12