Browse Source

no message

devlop
xpz2018 3 years ago
parent
commit
67c4d6bf08
2 changed files with 2 additions and 2 deletions
  1. 2
      pages/digital-workshops/OrderItem.vue
  2. 2
      pages/digital-workshops/index.vue

2
pages/digital-workshops/OrderItem.vue

@ -19,7 +19,7 @@
<view style="font-size: 24rpx;color: #cccccc;margin-top: 4rpx;">材质{{item.productInfoList[0].materialsRequirement}}</view> <view style="font-size: 24rpx;color: #cccccc;margin-top: 4rpx;">材质{{item.productInfoList[0].materialsRequirement}}</view>
<view class="flex-row-center-start" style="margin-top: 24rpx;"> <view class="flex-row-center-start" style="margin-top: 24rpx;">
<image src="/static/imgs/cart/icon-time.png" style="width: 40rpx;height: 40rpx;"/> <image src="/static/imgs/cart/icon-time.png" style="width: 40rpx;height: 40rpx;"/>
<view style="font-size: 28rpx;color: #cccccc;">缴费日期{{item.deliveryDate}}</view>
<view style="font-size: 28rpx;color: #cccccc;">交付日期{{item.deliveryDate}}</view>
</view> </view>
</view> </view>
</view> </view>

2
pages/digital-workshops/index.vue

@ -202,7 +202,7 @@ export default {
}, },
methods: { methods: {
jump(item) { jump(item) {
// go2('device-production-info', { id: item.id })
go2('device-production-info', { id: item.id })
}, },
go2, go2,
back, back,

Loading…
Cancel
Save