|
|
@ -79,11 +79,11 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="user-button-group row"> |
|
|
|
<view class="user-button-group row"> |
|
|
|
<view class="user-button col-6" @click="orderPage(0, 1)"> |
|
|
|
<view class="user-button col-6" @click="orderPage(0, 2)"> |
|
|
|
<image class="img" :src="staticImage.baby.wait" mode="aspectFit"/> |
|
|
|
<image class="img" :src="staticImage.baby.wait" mode="aspectFit"/> |
|
|
|
<view class="user-title">待服务</view> |
|
|
|
<view class="user-title">待服务</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="user-button col-6" @click="orderPage(2, 1)"> |
|
|
|
<view class="user-button col-6" @click="orderPage(2, 2)"> |
|
|
|
<image class="img" :src="staticImage.baby.end" mode="aspectFit"/> |
|
|
|
<image class="img" :src="staticImage.baby.end" mode="aspectFit"/> |
|
|
|
<view class="user-title">已完成</view> |
|
|
|
<view class="user-title">已完成</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -101,11 +101,11 @@ |
|
|
|
<image class="img" :src="staticImage.bigTitle" mode="heightFix"/> |
|
|
|
<image class="img" :src="staticImage.bigTitle" mode="heightFix"/> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="user-button-group row"> |
|
|
|
<view class="user-button-group row"> |
|
|
|
<view class="user-button col-6" @click="orderPage(0, 2)"> |
|
|
|
<view class="user-button col-6" @click="orderPage(0, 1)"> |
|
|
|
<image class="img" :src="staticImage.big.wait" mode="aspectFit"/> |
|
|
|
<image class="img" :src="staticImage.big.wait" mode="aspectFit"/> |
|
|
|
<view class="user-title">待服务</view> |
|
|
|
<view class="user-title">待服务</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="user-button col-6" @click="orderPage(2, 2)"> |
|
|
|
<view class="user-button col-6" @click="orderPage(2, 1)"> |
|
|
|
<image class="img" :src="staticImage.big.end" mode="aspectFit"/> |
|
|
|
<image class="img" :src="staticImage.big.end" mode="aspectFit"/> |
|
|
|
<view class="user-title">已完成</view> |
|
|
|
<view class="user-title">已完成</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|