tianyi 1 month ago
parent
commit
11644011e5
  1. 5
      pages/index/index.vue

5
pages/index/index.vue

@ -62,7 +62,7 @@
</view>
<view class="menu-box">
<view class="menu-box" :style="{'margin-top':orderLists.length < 1?'-140rpx':'','height':orderLists.length < 1?'190rpx':'','padding-top':orderLists.length < 1?'40rpx':''}">
<view class="menu-list" @tap="goDetail('1')">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/7690c4f897604fca804ea932bc3c1239.png" alt="" />
<view class="menu-name">跑腿/快递</view>
@ -1205,6 +1205,9 @@
height: 160rpx;
display: flex;
margin-top: 40rpx;
background: #F5F8F5;
position: relative;
z-index:100
}
.menu-list {

Loading…
Cancel
Save