liangjin
2021-03-17 85fc392860c128c204fc2a2c3731bcc352914d99
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: {},
});