|
|
|
@ -1,11 +1,11 @@ |
|
|
|
|
import { View, Text, Image } from '@tarojs/components' |
|
|
|
|
import './index.less' |
|
|
|
|
|
|
|
|
|
export default function DefaultPage3() { |
|
|
|
|
export default function DefaultPage3({ tips = '您当前没有订阅这类绘本' }) { |
|
|
|
|
return ( |
|
|
|
|
<View className='default3_bg'> |
|
|
|
|
<Image src='https://oss.jm-kid.com/wx_5colorflower/empty_subscribe.png' className='default1_img'></Image> |
|
|
|
|
<Text className='default1_context'>您当前没有订阅这类绘本</Text> |
|
|
|
|
<Text className='default1_context'>{tips}</Text> |
|
|
|
|
{/* <View className='default1_btn'> |
|
|
|
|
<Text className='default1_btn_text'>去选购~</Text> |
|
|
|
|
</View> */} |
|
|
|
|