- tdesign中的popup弹出层使用setData渲染scroll-view商品列表卡顿?
安卓手机下真机渲染卡顿,开发者工具和ios系统下都是正常显示的。 <block wx:for="{{cartBagList}}" wx:key="goodID"> <scroll-view hidden="{{!cartCount['cart'+item.goodsID]}}"> <t-cell title="{{item.title}}" description="¥{{item.showPrice}}" align="top" image="{{item.image}}" bordered="{{true}}" t-class-description ="amount" style="flex-shrink:0;--td-cell-border-color:#d1c8d3;--td-cell-border-width:6rpx" > <view class="stepper-example" slot="description"> <t-stepper defaultValue="0" data-goodsid="{{item.goodsID}}" value="{{!cartCount['cart'+item.goodsID]?0:cartCount['cart'+item.goodsID]}}" bind:change="handleCountChange" theme="filled" min="1" max="99" disable-input/> <t-button theme="primary" size="small" variant="text" bind:tap="onDeleteCartGoods" style="margin:0" data-goodsid="{{item.goodsID}}">删除</t-button> </view> </t-cell> </view> </block>
2024-11-06 - 小程序提示WXML 文件编译错误,怎么解决?
[图片] 什么错误提示也没有,2.33.n以下版本渲染没问题
2024-10-02 - 小程序云开发没有函数查资源余量的吗?
只有告警这一渠道是吗?我想实时查询数据库容量、存储、访问余量这些,有没有办法?
2020-08-28 - 小程序类目审核问题?
小程序类目昨晚让提交文件资料后,到今日中午都还没审核通过,学校需要小程序登记统计学生的健康情况,很紧急,特殊情况审核能加快点?
2020-02-09