
小程序
文章平均质量分 57
HWRY
这个作者很懒,什么都没留下…
展开
-
小程序获取元素高度展示是否展开收起
let that = this; wx.getSystemInfo({ success: function (res) { let clientWidth = res.windowWidth; that.setData({ clientWidth, }); }, }); <view class="ly-dy-pj-box"> <view id="con.原创 2022-05-08 11:34:47 · 283 阅读 · 0 评论 -
小程序 vant tab icon
index.js externalClasses: ['wr-class'], options: { multipleSlots: true, }, properties: { overall: { type: Number, value: 1, observer(overall) { this.setData({ overall, }); }, }, ..原创 2022-04-24 19:40:46 · 689 阅读 · 0 评论