Component({
properties: {
},
data: {
steps: [
{
text: '步骤一',
desc: '描述信息'
text: '步骤二',
text: '步骤三',
text: '步骤四',
}
]
methods: {
})