Fix(我的):[#1000, #999]界面调整

This commit is contained in:
lifizer
2024-03-22 21:07:56 +08:00
parent e7d7f285b8
commit 00cad59d0a
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -84,12 +84,12 @@
</view>
<view class="my-wrapper wrapper">
<view class="myOrder">
<view class="title acea-row row-between-wrapper">
<view class="title acea-row row-between-wrapper" @click="goMyOrder(0)">
<view class="acea-row row-middle">
<text class="line"></text>
<text>我的订单</text>
</view>
<text @click="goMyOrder(0)" class="allOrder">
<text class="allOrder">
<text class="iconfont icon-jiantou"></text>
</text>
</view>