123456789101112131415161718 |
- <template>
- <view>
- <TuanPageHead title="订单详情">
- <block slot="left">
- <image src="../../../static/images/new-community/shop/order-detail-back.png" @click="handleToOrderList" class="back-icon">
- </image>
- </block>
- </TuanPageHead>
- </view>
- </template>
- <script>
- export default {
- }
- </script>
- <style lang="scss" scoped></style>
|