没写到的不用变
<j-steps type='dot' direction='column' address="{{options.address}}" state="{{StateEx}}">
<block wx:for="{{Traces}}">
<!-- <j-step title="已支付" describe="11:30"></j-step> -->
<j-step title
57B7
='{{item.AcceptStation}}' describe='{{aitem.AcceptTime}}' />
</block>
</j-steps>
{
"usingComponents": {
"j-steps":"/package/components/steps/index", //组件的位置
"j-step":"/package/components/step/index" //同上
}
}