待收货
This commit is contained in:
26
components/particulars/logistics/index.js
Normal file
26
components/particulars/logistics/index.js
Normal file
@@ -0,0 +1,26 @@
|
||||
Component({
|
||||
properties: {
|
||||
},
|
||||
data: {
|
||||
steps: [
|
||||
{
|
||||
text: '步骤一',
|
||||
desc: '描述信息'
|
||||
},
|
||||
{
|
||||
text: '步骤二',
|
||||
desc: '描述信息'
|
||||
},
|
||||
{
|
||||
text: '步骤三',
|
||||
desc: '描述信息'
|
||||
},
|
||||
{
|
||||
text: '步骤四',
|
||||
desc: '描述信息'
|
||||
}
|
||||
]
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user