金诚优选前端代码
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.

27 lines
418 B

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