1234567891011121314 |
- <view class="page-bottom">
- <navigator class="p-b-btn" openType="switchTab" url="/pages/index/index">
- <text class="iconfont iconhome"></text>
- <text>首页</text>
- </navigator>
- <view bindtap="__e" class="{{['p-b-btn',goodsObjact.userCollect?'active':'']}}" data-event-opts="{{[ [ 'tap',[ [ 'toFavorite',['$0'],['goodsObjact'] ] ] ] ]}}">
- <text class="{{['iconfont ',!goodsObjact.userCollect?'iconlike':'',goodsObjact.userCollect?'iconlikefill':'']}}"></text>
- <text>收藏</text>
- </view>
- <view class="action-btn-group">
- <button bindtap="__e" class=" action-btn no-border add-cart-btn" data-event-opts="{{[ [ 'tap',[ [ 'buy',[2] ] ] ] ]}}" type="primary">加入购物车</button>
- <button bindtap="__e" class=" action-btn no-border buy-now-btn" data-event-opts="{{[ [ 'tap',[ [ 'buy',[1] ] ] ] ]}}" type="primary">立即购买</button>
- </view>
- </view>
|