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.
13 lines
679 B
13 lines
679 B
<!--pages/pbService/wbdw/info/index.wxml-->
|
|
<title title="文物详情"></title>
|
|
<image class="main-img" src="{{info.logo}}" mode="widthFix"></image>
|
|
<view class="content" wx:if="{{info}}">
|
|
<view class="title">{{info.name}}</view>
|
|
<view class="subtitle" wx:if="{{info.collection_name}}"><text>藏于:</text>{{info.collection_name}}</view>
|
|
<view class="subtitle" wx:if="{{info.level_name}}"><text>等级:</text>{{info.level_name}}</view>
|
|
<view class="subtitle" wx:if="{{info.age}}"><text>历史年代:</text>{{info.age}}</view>
|
|
<view class="detail">
|
|
<view style="margin-bottom:10rpx">文物介绍</view>
|
|
<view>{{info.introduction}}</view>
|
|
</view>
|
|
</view>
|