| | |
| | | <text>{{info.linkPhone || ''}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="item-info">订单备注:{{info.memberInfo || ''}}</view> |
| | | <view class="item-info" v-if="info.memberInfo">订单备注:{{info.memberInfo || ''}}</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="item-title">商品列表</view> |
| | |
| | | <image :src="item.imgurl?item.imgurl:'/static/icon/default2.png'" mode="widthFix"></image> |
| | | </view> |
| | | <view class="row-info"> |
| | | {{info.name || ''}} |
| | | {{item.name || ''}} |
| | | </view> |
| | | <view class="row-price"> |
| | | <text¥{{(info.price || 0).toFixed(2)}}</text> |
| | | <text>x{{info.goodsNum || 1}}</text> |
| | | <!-- <text¥{{item.price}}</text> --> |
| | | <text>¥{{item.price}}</text> |
| | | <text>x{{item.goodsNum || 1}}</text> |
| | | </view> |
| | | </view> |
| | | </template> |
| | |
| | | color: #222222; |
| | | margin-right: 30rpx; |
| | | line-height: 42rpx; |
| | | display: -webkit-box; |
| | | -webkit-box-orient: vertical; |
| | | -webkit-line-clamp: 2; |
| | | overflow: hidden; |
| | | } |
| | | .row-price { |
| | | flex-shrink: 0; |
| | | display: flex; |
| | | align-items: flex-end; |
| | | flex-direction: column; |
| | | text { |
| | | &:nth-child(1) { |