tianyi 1 week ago
parent
commit
ecbd156d8b
  1. 11
      package2/shop/orderDetail.vue

11
package2/shop/orderDetail.vue

@ -13,9 +13,9 @@
<view class="content"> <view class="content">
<view class="box1" style="display: flex;font-size: 14px;font-weight: 700;"> <view class="box1" style="display: flex;font-size: 14px;font-weight: 700;">
<text>#0001</text> <text>#0001</text>
<text>期望送达</text> <text style="margin: 0 10px;">期望送达</text>
<text>明天 06:30</text> <text>明天 06:30</text>
<text>待消费</text> <text style="flex: 1;text-align: right;color: red;">待消费</text>
</view> </view>
<view class="box1" style="display: flex;height: 50px;line-height: 50px;padding: 0 10px;"> <view class="box1" style="display: flex;height: 50px;line-height: 50px;padding: 0 10px;">
<view style="border: 1px solid #48D1CC;height: 25px;line-height: 25px;padding: 0 10px;border-radius: 10px;margin-top: auto;margin-bottom: auto;color: #48D1CC;font-weight: 700;"> <view style="border: 1px solid #48D1CC;height: 25px;line-height: 25px;padding: 0 10px;border-radius: 10px;margin-top: auto;margin-bottom: auto;color: #48D1CC;font-weight: 700;">
@ -31,15 +31,15 @@
</view> </view>
<view class="box1" style="display: flex;"> <view class="box1" style="display: flex;">
<view class=""> <view class="">
<view class=""> <view style="font-weight: 700;height: 25px;">
收货人先生 收货人先生
</view> </view>
<view class=""> <view style="color: #777;height: 35px;">
河北省沧州市东川建设集团优先公司5楼右转右手边第一个门 河北省沧州市东川建设集团优先公司5楼右转右手边第一个门
</view> </view>
</view> </view>
<view class=""> <view class="">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" alt="" style="width: 30px;height: 30px;margin-top: 10px;" /> <img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" alt="" style="width: 30px;height: 30px;margin-top: 14px;" />
</view> </view>
</view> </view>
</view> </view>
@ -70,7 +70,6 @@
}, },
onLoad(option) { onLoad(option) {
this.shopId = option.id this.shopId = option.id
this.getList()
}, },
methods: { methods: {
getList(){ getList(){

Loading…
Cancel
Save