TM
2020-12-15 bfeebfd597181a243f79e7ecd7ee6297f33aa653
1
2
3
4
5
6
7
8
9
10
11
12
Component({
  mixins: [],
  data: {},
  props: {
    imgSrc:'',
    rateList:[]
  },
  didMount() {},
  didUpdate() {},
  didUnmount() {},
  methods: {},
});