You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
831 B

Component({
data: {
ranking: [
{
volume: '12345',
media: '媒体',
},
{
volume: '12345',
media: '媒测评',
},
{
volume: '12345',
media: '媒体测评',
},
{
volume: '12345',
media: '媒体探测测评',
},
{
volume: '712345',
media: '媒体测评',
},
{
volume: '1234533',
media: '媒体测评',
}
],
},
methods: {
priceSel(e){
this.setData({
intervalSel: e.currentTarget.dataset.index
})
}
}
})