indexs.vue 309 B

12345678910111213141516171819202122232425
  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("@/mine/static/score/ncheck.png")
  11. }
  12. },
  13. onLoad: function() {
  14. },
  15. methods:{
  16. },
  17. }
  18. </script>
  19. <style lang="scss" scoped>
  20. </style>