BottomItemView

type1

Paste_Image.png
 {}}
    rightOnPress={(index)=> {}} />
Paste_Image.png
let rightDataArray = [{title: '加入购物车', color: '#8b3701', backgroundColor: 'rgb(255,200,0)'}, {title: '立即购买'}]
     {}}
        rightOnPress={(index)=> {}} />
Paste_Image.png
  let  leftDataArray= [
            {title: '首页', imageURL: require('../../../image/icon_home.png'), width: 55},
            {title: '客服', imageURL: require('../../../image/icon_kefu.png'), width: 55},
            {title: '收藏', imageURL: collectImage, width: 55}
        ]
  let  rightDataArray= [
           {title: '加入购物车', color: '#8b3701', backgroundColor: '#ffc701'}, {title: '立即购买'},
            {title: item.groupNum + '人团', detailTitle: '¥' + item.price,}]
 {}}
    rightOnPress={(index)=> {}} />
Paste_Image.png
  let  leftDataArray= [
            {title: '首页', imageURL: require('../../../image/icon_home.png'), width: 55},
            {title: '客服', imageURL: require('../../../image/icon_kefu.png'), width: 55},
            {title: '收藏', imageURL: collectImage, width: 55}
        ]
  let  rightDataArray= [
            {title: '单独购买', detailTitle: '¥' + item.marketPrice, color: '#8b3701', backgroundColor: '#ffc701'},
            {title: item.groupNum + '人团', detailTitle: '¥' + item.price,}]
 {}}
    rightOnPress={(index)=> {}} />

你可能感兴趣的:(BottomItemView)