fix
This commit is contained in:
parent
62696009b2
commit
8375b86499
@ -8,9 +8,9 @@
|
|||||||
<image src="@/static/image/write.png" mode="scaleToFill" style="width: 63rpx;height: 62rpx" />
|
<image src="@/static/image/write.png" mode="scaleToFill" style="width: 63rpx;height: 62rpx" />
|
||||||
<view style="color: #fff;margin-top:10rpx">填写下单</view>
|
<view style="color: #fff;margin-top:10rpx">填写下单</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="order-item" style="background:#76C458 ;">
|
<view class="order-item" style="background:#76C458;" @click.stop="scanOrder">
|
||||||
<image src="@/static/image/scan.png" mode="scaleToFill" style="width: 57rpx;height: 57rpx" />
|
<image src="@/static/image/scan.png" mode="scaleToFill" style="width: 57rpx;height: 57rpx" />
|
||||||
<view style="color: #fff;margin-top:10rpx" @click="scanOrder">扫码下单</view>
|
<view style="color: #fff;margin-top:10rpx">扫码下单</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="list">
|
<view class="list">
|
||||||
|
Loading…
Reference in New Issue
Block a user