12345678910111213141516171819202122232425 |
- <template>
- <view>
- </view>
- </template>
- <script>
- // import tabSearch from "@/components/toptab/search.vue"
- export default {
- data(){
- return{
- sucimg:require("@/mine/static/score/ncheck.png")
- }
- },
- onLoad: function() {
- },
- methods:{
-
- },
-
- }
- </script>
- <style lang="scss" scoped>
- </style>
|