captain-ui
Version:
有赞vue wap业务组件库
92 lines (89 loc) • 3 kB
JavaScript
export default {
render: function render() {
var _vm = this;
var _h = _vm.$createElement;
var _c = _vm._self._c || _h;
return _c('demo-section', [_c('demo-block', {
attrs: {
"title": "基本用法"
}
}, [_c('cap-taglist-top', {
attrs: {
"tabs": _vm.tabs,
"list": _vm.goods
}
})], 1)], 1);
},
data: function data() {
return {
tabs: [{
title: '标签一'
}, {
title: '标签二'
}, {
title: '标签三'
}, {
title: '标签四'
}, {
title: '标签五'
}],
goods: [{
id: 293226403,
url: 'https://h5.youzan.com/v2/goods/3esvof2wt9pcb',
image_url: 'https://img.yzcdn.cn/upload_files/2017/11/24/6ab3358bd6b1b0f418a2a80524f6cd41.jpg?imageView2/2/w/730/h/0/q/75/format/webp',
image_id: 390919864,
price: 0.01121,
title: "短裤Let's test实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博-海博-海博-海博",
buy_url: '',
alias: '3esvof2wt9pcb',
postage: 0,
buy_way: 1,
origin: '',
width: 730,
height: 857,
sub_title: 'test',
is_virtual: 0,
total_stock: 1,
sold_status: 2
}, {
id: 293226403,
url: 'https://h5.youzan.com/v2/goods/3esvof2wt9pcb',
image_url: 'https://img.yzcdn.cn/upload_files/2017/10/18/Fqn-cyb8t6_PWv2FY-HX_VnhbMaq.jpg?imageView2/2/w/730/h/0/q/75/format/webp',
image_id: 390919864,
price: 0.01,
title: '拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博拼团-实物-test-海博',
buy_url: '',
alias: '3esvof2wt9pcb',
postage: 0,
buy_way: 1,
origin: '',
width: 730,
height: 730,
sub_title: '商品说明商品说明商品说明商品说明商品说明商品说明商品说明商品说明商品说明商品说明商品说明商品说明',
is_virtual: 0,
total_stock: 1,
sold_status: 3,
is_wish_open: false,
is_wish_added: false
}, {
id: 293226403,
url: 'https://h5.youzan.com/v2/goods/3esvof2wt9pcb',
image_url: 'https://img.yzcdn.cn/public_files/2017/04/20/1602b29ec481c19097700dd3a73ddd07.jpeg',
image_id: 390919864,
price: 0.01,
title: '螃蟹螃蟹螃蟹螃蟹螃蟹',
buy_url: '',
alias: '3esvof2wt9pcb',
postage: 0,
buy_way: 1,
origin: '',
width: 450,
height: 338,
sub_title: '商品说明',
is_virtual: 0,
total_stock: 1,
sold_status: 3
}]
};
}
};