index.vue 283 B

1234567891011121314151617181920
  1. <template>
  2. <view>
  3. 采美商城
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {}
  10. },
  11. onLoad(options) {
  12. console.log('options', options)
  13. },
  14. methods: {},
  15. }
  16. </script>
  17. <style>
  18. </style>