detail.vue 207 B

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