邓雄飞 4 years ago
parent
commit
b645615a63
2 changed files with 3 additions and 2 deletions
  1. 3
      pages/account-management/index.vue
  2. 2
      pages/my-offer/index.vue

3
pages/account-management/index.vue

@ -40,7 +40,8 @@ export default {
auto: true, auto: true,
emptyText: '暂无用户~', emptyText: '暂无用户~',
background: '#F7F8FA', background: '#F7F8FA',
fontSize: '40rpx'
fontSize: '40rpx',
emptyImage: '/static/imgs/order/order-empty.png'
}, },
params: { params: {
asc: '', asc: '',

2
pages/my-offer/index.vue

@ -30,7 +30,7 @@
<text class="list-time">{{ items.deliveryDay }}</text> <text class="list-time">{{ items.deliveryDay }}</text>
</view> </view>
<view class=""> <view class="">
<text class="list-title-Subtitle">¥{{ items.totalOfferPrice }}</text>
<text class="list-title-Subtitle">¥{{ items.totalPrice }}</text>
</view> </view>
</view> </view>
<uGap></uGap> <uGap></uGap>

Loading…
Cancel
Save