- wx.login回调success但是没返回code?!急!
[图片] 调用wx.login的时候,走了success回调函数,但是event里没有code,上面是后端捕捉到的日志,非必现。 之前一直都会有这种情况,但是上周六开始触发得特别频繁,登录失败的情况越来越多。 求官方关注!
2023-11-03 - swiper使用next/previous.margin,加开启循环,左切滑动是闪出来的,怎么解决?
<swiper class="swiper-index" next-margin="160rpx" previous-margin="160rpx" :circular="true" :current="current" @change="handleSwiperChange" > <swiper-item v-for="(item, index) in list" :key="index" class="swiper-item" :class="{ active: current === index }" > <view class="flex-col items-start section_9"> <view class="flex-row section_10"> <image src="https://codesign-v2-1258344706.cos.ap-guangzhou.myqcloud.com/codefun/16499074094311281604.png" class="image_14" /> <text decode="decode" class="text_4">470.5k{{ index }}</text> </view> </view> </swiper-item> </swiper> list: [ { title: 'AI为人工耳蜗降噪', content: '文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案' }, { title: 'AI为人工耳蜗降噪', content: '文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案' }, { title: 'AI为人工耳蜗降噪', content: '文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案' } ],
2022-04-18