detail.vue 180 B

12345678910111213141516
  1. <template>
  2. <view>
  3. 门店详情
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. onLoad(options) {
  9. console.log(options)
  10. }
  11. }
  12. </script>
  13. <style></style>