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