Commit b7e9c559 by LJM

js

parent 8d379a54
Showing with 1 additions and 1 deletions
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<text class="tt">我的客服</text> <text class="tt">我的客服</text>
</a> </a>
</view> </view>
<view class="user-order" v-if="userInfo.last_order"> <view class="user-order" v-if="userInfo.last_order && userInfo.last_order.order_sn">
<view class="p1 row bothSide verCenter"> <view class="p1 row bothSide verCenter">
<view class="row verCenter"> <view class="row verCenter">
<text class="t1">订单号:</text> <text class="t1">订单号:</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment