|
@@ -16,8 +16,8 @@ export class sign_total_reward extends Component {
|
|
|
|
|
|
initView(data_list:sign_total_reward_data[], cb) {
|
|
|
this.m_cb = cb
|
|
|
+
|
|
|
this.content.removeAllChildren()
|
|
|
-
|
|
|
for (let index = 0; index < data_list.length; index++) {
|
|
|
const element = data_list[index];
|
|
|
element.temp_is_last_receive = false
|