96 lines
2.5 KiB
Plaintext
96 lines
2.5 KiB
Plaintext
<view class="culture-swiper">
|
|
<swiper indicator-dots="{{swiper.indicatorDots}}" autoplay="{{swiper.autoplay}}" current="{{swiper.current}}">
|
|
<swiper-item class="swiper-item" wx:for="{{swiper.imgUrl}}" wx:key="{{index}}">
|
|
<image src="{{item}}" class="swiper-img"></image>
|
|
</swiper-item>
|
|
</swiper>
|
|
<view class="prev" bindtap="prevImg">
|
|
<image src="../../images/prev.png"></image>
|
|
</view>
|
|
<view class="next" bindtap="nextImg">
|
|
<image src="../../images/next.png"></image>
|
|
</view>
|
|
</view>
|
|
<view class="culture">
|
|
<view class="culture-title">{{library.libraryTitle}}</view>
|
|
<view class="culture-info">
|
|
<view class="row">
|
|
<view class="info">
|
|
<text>项目编号:</text>
|
|
{{library.libraryNumber}}
|
|
</view>
|
|
<view class="info">
|
|
<text>数据来源:</text>
|
|
{{library.librarySource}}
|
|
</view>
|
|
</view>
|
|
<view class="row">
|
|
<view class="info">
|
|
<text>公布时间:</text>
|
|
{{library.libraryOpenDateValue}}
|
|
</view>
|
|
<view class="info">
|
|
<text>非遗级别:</text>
|
|
{{library.libraryLevel}}级
|
|
</view>
|
|
</view>
|
|
<view class="row">
|
|
<view class="info">
|
|
<text>所属地区:</text>
|
|
{{library.libraryArea}}
|
|
</view>
|
|
<view class="info">
|
|
<text>类 型:</text>
|
|
{{library.libraryTypeValue}}
|
|
</view>
|
|
</view>
|
|
<view class="row">
|
|
<view class="info">
|
|
<text>申报地区或单位:</text>
|
|
{{library.libraryAddress}}
|
|
</view>
|
|
</view>
|
|
<view class="row">
|
|
<view class="info">
|
|
<text>保护单位:</text>
|
|
{{library.libraryAuthor}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="part">
|
|
<view class="part-title">相关描述</view>
|
|
<view class="part-content">
|
|
{{library.librarySummary}}
|
|
</view>
|
|
</view>
|
|
<view class="part">
|
|
<view class="part-title">相关传承人</view>
|
|
<view class="row">
|
|
<view class="info">
|
|
<text>编 号:</text>
|
|
{{library.libraryNumber}}
|
|
</view>
|
|
<view class="info">
|
|
<text>姓 名:</text>
|
|
{{library.libraryAuthor}}
|
|
</view>
|
|
</view>
|
|
<view class="row">
|
|
<view class="info">
|
|
<text>性 别:</text>
|
|
男
|
|
</view>
|
|
<view class="info">
|
|
<text>出生日期:</text>
|
|
1989年5月23日
|
|
</view>
|
|
</view>
|
|
<view class="row">
|
|
<view class="info">
|
|
<text>民 族:</text>
|
|
藏族
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|