You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
810 B

<!--index.wxml-->
<import src="../../template/item-template.wxml"/>
<view class="container">
<view class="section section_gap swiper_box">
<template is="index_index_scroll_tmpl" data="{{...index_index_scroll_tmpl}}" />
</view>
<view class="text">
<view class="line_y"></view>
<text>相关书籍</text>
</view>
<view class="section index-nav">
<template is="index_index_navs_tmpl" data="{{...index_index_navs_tmpl}}"/>
</view>
<view class="text">
<view class="line_y"></view>
<text>推荐了解</text>
</view>
<view class="nr11">
<image src="/image/a1.jpg"></image>
</view>
<view class="nr11">
<image src="/image/a2.jpg"></image>
</view>
<view class="nr11">
<image src="/image/a3.jpg"></image>
</view>
</view>