index.vue 324 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <view>
  3. </view>
  4. </template>
  5. <script>
  6. // import tabSearch from "@/components/toptab/search.vue"
  7. export default {
  8. data(){
  9. return{
  10. sucimg:require("@/static/images/order/staffs/success.png"),
  11. }
  12. },
  13. onLoad: function() {
  14. },
  15. methods:{
  16. },
  17. }
  18. </script>
  19. <style lang="scss" scoped>
  20. </style>