diff --git a/marker/infinity.view.ts b/marker/infinity.view.ts index 515840b..4e7ebb7 100644 --- a/marker/infinity.view.ts +++ b/marker/infinity.view.ts @@ -23,7 +23,7 @@ namespace $.$$ { // отображаем Row @$mol_mem_key Pics( index: any ) { - return this.links( index ).reverse().map( record => { return { seo_name: record.seo_name, src: record.src } } ).map( record => $mol_state_local.value( record.seo_name + "_content", record ) ).map( data => this.Pic( data ) ) + return this.links( index ).reverse().map( record => { return { seo_name: record.seo_name, src: record.src, from2to: record.from2to} } ).map( record => $mol_state_local.value( record.seo_name + "_content", record ) ).map( data => this.Pic( data ) ) } // получаем страницу данных