37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
<!--pages/info/info.wxml-->
|
|
<snowflake />
|
|
<t-navbar title="关于我们" />
|
|
<scroll-view class="info" scroll-y>
|
|
<view class="cotainer">
|
|
<view class="header">
|
|
<image class="logo" src="/assets/image/logo.png"></image>
|
|
<view>
|
|
<text>记录</text>
|
|
<text class="name gao">小糕</text>
|
|
<text>和</text>
|
|
<text class="name yeyu">夜雨</text>
|
|
<text>的美好回忆</text>
|
|
</view>
|
|
</view>
|
|
<view class="text">
|
|
<view class="love">{{beginLoveText}}</view>
|
|
<view>{{beginFriendText}}</view>
|
|
<view wx:if="{{total}}">已留住 {{total}} 个我们的瞬间</view>
|
|
</view>
|
|
<view class="footer">
|
|
<t-button class="exit" bind:tap="exit">退出</t-button>
|
|
<view class="item">
|
|
<text class="label">开发者:</text>
|
|
<text>夜雨</text>
|
|
</view>
|
|
<view class="item">
|
|
<text class="label">版本:</text>
|
|
<text>1.6.1</text>
|
|
</view>
|
|
<view class="item copyright">
|
|
<text>{{copyright}}</text>
|
|
<text>All Rights Reserved 夜雨 版权所有</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</scroll-view> |