|
|
@@ -3,18 +3,6 @@
|
|
|
<appResult>
|
|
|
<button class="admin-button-com blue big" @click="gotoPlace">返回</button>
|
|
|
<button class="admin-button-com blue big" @click="gotoDetail">订单详情</button>
|
|
|
-
|
|
|
- <view style="margin-top:50upx;">
|
|
|
- <block v-for="(item, index) in orderInfo.itemInfoList" :key="index">
|
|
|
- <view style="text-align:center;margin-bottom:10upx;">
|
|
|
- <text style="font-size:30upx;">
|
|
|
- {{item.name}}
|
|
|
- </text>
|
|
|
- <button class="admin-button-com middle blue" style="margin:10upx auto 0 auto;" @click="subHalf(item)">减半扎</button>
|
|
|
- </view>
|
|
|
- </block>
|
|
|
- </view>
|
|
|
-
|
|
|
</appResult>
|
|
|
</view>
|
|
|
</template>
|