金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
319 B

  1. <template>
  2. <view>
  3. <lf-nav title="等待用户支付" :showIcon="true" bgColor="#fff"></lf-nav>
  4. <lf-nocontent></lf-nocontent>
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. data(){
  10. return {
  11. }
  12. },
  13. onLoad(){
  14. },
  15. methods: {
  16. }
  17. }
  18. </script>
  19. <style lang="scss" scoped="scoped">
  20. </style>