lookShipin.vue 239 B

123456789101112131415161718192021222324252627
  1. <template>
  2. <view >
  3. 123
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. }
  11. },
  12. onReady: function (res) {
  13. console.log(this)
  14. // console.log(Aliplayer)
  15. },
  16. methods: {
  17. }
  18. }
  19. </script>