15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
<!--pages/badge/info.wxml-->
|
|
<view style="padding-top: 228rpx;">
|
|
<view class="flex flex-col flex-center white">
|
|
<image src="{{info.oss.url}}" class="pic"></image>
|
|
<view class="mt-32 font-16 bold">
|
|
{{info.name}}
|
|
</view>
|
|
<view class="font-14 mt-32" style="color:#7c7c7c">
|
|
{{info.desc}}
|
|
</view>
|
|
|
|
<t-button shape="round" theme="primary" ghost style="width: 80%; margin-top: 98rpx;">返回</t-button>
|
|
|
|
</view>
|
|
</view> |