|
|
@@ -4,10 +4,9 @@
|
|
|
<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;" v-if="item.unitType == 1">
|
|
|
+ <view style="text-align:center;margin-bottom:10upx;">
|
|
|
<text style="font-size:30upx;">
|
|
|
{{item.name}}
|
|
|
</text>
|
|
|
@@ -16,7 +15,6 @@
|
|
|
</block>
|
|
|
</view>
|
|
|
|
|
|
-
|
|
|
</appResult>
|
|
|
</view>
|
|
|
</template>
|