uu
This commit is contained in:
parent
8a889597ea
commit
f50f0b3687
@ -87,7 +87,7 @@
|
||||
</view>
|
||||
<view>
|
||||
<text class="clr-sub pr-10">线路:</text>
|
||||
<text class="">{{ modelInfo.transLineName }}</text>
|
||||
<text class="">{{ modelInfo.transLineTypeName }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="dt-item">
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
<view v-if="submitParam.orderSn" class="com-section mt-30" @click="goto('post/detail')">
|
||||
<view v-if="submitParam.orderSn" class="com-section mt-30" @click="goto(`post/detail?billCode=${submitParam.billCode}&orderSn=${submitParam.orderSn}`)">
|
||||
<u-row justify="space-between">
|
||||
<text>订单号:{{submitParam.orderSn}}</text>
|
||||
<u-icon name="bag" size="42"></u-icon>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user