Browse Source

修改我的报价

devlop
buffeyu 4 years ago
parent
commit
6b0c7d52dd
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

@ -28,7 +28,7 @@
<view class="list-border list-bottom-contant"> <view class="list-border list-bottom-contant">
<view><text class="list-time">{{items.deliveryDay}}</text></view> <view><text class="list-time">{{items.deliveryDay}}</text></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