[图片] <view class="centen-rigth-list" wx:for="{{twostageData}}" wx:for-item="items" wx:key="indexs"> <view class=""> <view class="centen-rigth-list-title"> {{items.name}} </view> <view class="centen-rigth-list-more" bindtap="more(items)" v-if="items.threelist.length > 6"> 查看更多 <text class="{{items.checked == false ? 'iconfont tabbar-item-icon icon-jinrujiantou1':'iconfont icon-unfold'}}" style="color: #999999;"> </text> </view> </view> <view class="centen-item-data" style="height: {{(items.checked || threelist.length <= 3)? 'auto' : '410rpx'}}"> <view class="centen-item" wx:for="{{items.threelist}}" wx:for-item="itemss" wx:key="indexss" bindtap="classify(itemss)"> <view class=""> <image src="{{itemss.thumb}}" style="width: 100%; height: 100%;"></image> </view> <view class=""> {{itemss.name}} </view> </view> </view> </view> 小程序的一些写法与h5有些区别
微信小程序使用三目运算符在多层下嵌套下判断错误?items.checked === false ? (items.threelist.length <= 3 ? 'height: auto' : 'height: 410rpx') : 'height: auto' 我是动态绑定行内样式的,用uniapp开发在h5端是正常的,然而在小程序下不给了错误的判断,想不通这是为什么么有人解答一下吗,
2023-03-23有没有代码片段?
小程序分享不显示封面和标题[图片] 小程序上线后分享出去的卡片不显示封面图片,标题显示小程序名称。问了开发人员,说配置没有问题。 AppID(小程序ID)wxb907eebd5df1f389
2023-03-22那原先的接口是下架了吗?
图片检测的api找不到了,调用时报错是什么原因?调用https://api.weixin.qq.com/wxa/img_sec_check 报错{"errcode":48001,"errmsg":"api unauthorized rid: 61d6943a-4f94a88b-50ec8737"},在小程序中也找不到这个接口
2022-01-06