taro tab和swiper联动
tab页和swiper联动比较简单直接贴代码了
# index/index.jsx
import React, { Component } from 'react'
import { View, Swiper, SwiperItem, Image } from '@tarojs/components';
import './index.scss'
import { AtIcon, AtButton } from 'taro-ui';
const navList = ["全部", "待消费", "待评
原创
2020-07-23 14:58:14 ·
653 阅读 ·
0 评论