|
@@ -20,7 +20,6 @@ export default (props)=>{
|
|
let getData = async (p)=>{
|
|
let getData = async (p)=>{
|
|
let {Pages : {type :type } , Pages : {section :section } } = p ;
|
|
let {Pages : {type :type } , Pages : {section :section } } = p ;
|
|
let {result} = await Net.meditation({size : 20, page : 1 ,section : section , type : type});
|
|
let {result} = await Net.meditation({size : 20, page : 1 ,section : section , type : type});
|
|
- console.log(" >>>: " , result )
|
|
|
|
setList(result);
|
|
setList(result);
|
|
// console.log({size : 20, page : 1 ,section : section , type : type});
|
|
// console.log({size : 20, page : 1 ,section : section , type : type});
|
|
}
|
|
}
|
|
@@ -69,7 +68,6 @@ export default (props)=>{
|
|
|
|
|
|
|
|
|
|
const Imgs = (props)=>{
|
|
const Imgs = (props)=>{
|
|
- console.log(props);
|
|
|
|
return (
|
|
return (
|
|
<C.View cls="w45 br3">
|
|
<C.View cls="w45 br3">
|
|
<C.ImageBackground
|
|
<C.ImageBackground
|