TM
2020-12-14 1d1ceeeda9e5cb70bf10dafa82efddc8b7861360
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Component({
  mixins: [],
  data: {},
  props: {
    title:"",
    amtList:[],
    rateList:[],
    isLast:""
  },
  didMount() {},
  didUpdate() {},
  didUnmount() {},
  methods: {},
});