recharge-list.vue 366 B

123456789101112131415161718
  1. <template>
  2. <view>
  3. <TuanPageHead title="订单详情">
  4. <block slot="left">
  5. <image src="../../../static/images/new-community/shop/order-detail-back.png" @click="handleToOrderList" class="back-icon">
  6. </image>
  7. </block>
  8. </TuanPageHead>
  9. </view>
  10. </template>
  11. <script>
  12. export default {
  13. }
  14. </script>
  15. <style lang="scss" scoped></style>