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.
|
|
|
|
<!--pages/pbService/wbdw/info/index.wxml-->
|
|
|
|
|
<title title="详情"></title>
|
|
|
|
|
<image lazy-load class="main-img" src="{{info.logo}}" mode="widthFix"></image>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<view class="title">{{info.name}}</view>
|
|
|
|
|
<view class="subtitle">地址:{{info.address}}</view>
|
|
|
|
|
<view class="subtitle">年代:{{info.age}}</view>
|
|
|
|
|
<view class="subtitle">等级:{{info.level_name}}</view>
|
|
|
|
|
<view class="detail">
|
|
|
|
|
<view style="margin-bottom:10rpx">文物介绍</view>
|
|
|
|
|
<view>{{info.introduction}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|