红绿项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

45 lines
570 B

<template>
</template>
<script>
import index from '@/utils/index'
const COMPONENT_NAME = 'gameView'
export default {
name: COMPONENT_NAME,
props:['myName',"myImgUrl","colorList0","colorList1","colorList2","colorList"],
data() {
return {
// colorList1:this.colorList[0],
period:'',
count:'',
}
},
computed: {
},
methods: {
ss(){
},
gaClick(i){
this.ganum=i
// var s=index.formatyymmdd(this.colorList2.addTime);
// console.log(s)
}
},
mounted() {
},
}
</script>
<style>
</style>