TM
2020-12-16 b8f1913c5077437347ae3e311e01fbeb5e4dd5ff
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: {},
});