Browse Source

订单日期选择左侧开启滚动

订单详情页面分享图片更换
master
396316021 1 year ago
parent
commit
1ab50dee45
  1. 2
      pages/OrderDetail/index.vue
  2. 2
      pages/OrderPage/index.vue

2
pages/OrderDetail/index.vue

@ -346,6 +346,7 @@
petVideoTitle:imghost +'/pet-detail-video-title.png', petVideoTitle:imghost +'/pet-detail-video-title.png',
petPhotoTitle:imghost +'/pet-detail-photo-title.png', petPhotoTitle:imghost +'/pet-detail-photo-title.png',
orderDetailBackground:imghost+'/order-detail-background.png', orderDetailBackground:imghost+'/order-detail-background.png',
orderDetailShare:imghost+'/order-detail-share.png',
}, },
indexBanner: [{ indexBanner: [{
image: imghost + '/banner.png', image: imghost + '/banner.png',
@ -439,6 +440,7 @@
return { return {
title:'订单详情', title:'订单详情',
path:'/pages/OrderDetail/index?id='+this.id, path:'/pages/OrderDetail/index?id='+this.id,
imageUrl:this.staticImage.orderDetailShare
} }
}, },
methods: { methods: {

2
pages/OrderPage/index.vue

@ -360,7 +360,7 @@
hdHeight="100rpx" hdHeight="100rpx"
keyName="date" keyName="date"
bar-width="300rpx" bar-width="300rpx"
:barScrollable="false" :bar-scrollable="true"
barItemActiveLineStyle="background:#4DC3B8;color:#4DC3B8;" barItemActiveLineStyle="background:#4DC3B8;color:#4DC3B8;"
barItemActiveStyle="color:#4DC3B8;" barItemActiveStyle="color:#4DC3B8;"
@change="changeVTab" @change="changeVTab"

Loading…
Cancel
Save