2222222222222222222222222222222222
感谢老板,,,
kankan看看
123213213213
<view>
<swiper catchtap="onSwiperTap" vertical="{{false}}" indicator-dots="true" autoplay="true" interval="5000">
<swiper-item>
<image id="7" src="/images/wx.png" data-postId="3"></image>
</swiper-item>
<swiper-item>
<image src="/images/vr.png" data-postId="4"></image>
</swiper-item>
<swiper-item>
<image src="/images/iqiyi.png" data-postId="5"></image>
</swiper-item>
</swiper>
<block wx:for="{{postList}}" wx:for-item="item" wx:for-index="idx">
<!--//template-->
<view catchtap="onPostTap" data-postId="{{item.postId}}">
<template is="postItem" data="{{...item}}"/>
</view>
</block>
</view>
千锋_前端教程_ReactNative项目之美食App(2020首发)
RE: 千锋_前端教程_ReactNative项目之美食App(2020首发) [修改]
eactNative项目之美食App(2020首发) [修改]
千锋_前端教程_ReactNative项目之美食App(2020首发)
千锋_前端教程_ReactNative项目之美食App