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