20 lines
866 B
Plaintext
20 lines
866 B
Plaintext
<!--pages/goddess/goddess.wxml-->
|
|
<van-nav-bar title="关于" left-text="" right-text="" left-arrow bind:click-left="onClickLeft" bind:click-right="onClickRight" style=" position: fixed;left: 0;top: 0;width: 100%;z-index: 2;" />
|
|
<view style="margin-top: {{height+12}}px;">
|
|
<view class="card_cont" wx:key="key" style="margin-top: 24rpx;">
|
|
<view class="row-wrap">
|
|
<view class="label" style="margin-left: 16rpx;">当前版本</view>
|
|
<view class="label-right">
|
|
1.0.0
|
|
</view>
|
|
</view>
|
|
<view class="row-wrap" bindtap="xieyi">
|
|
<view class="label" style="margin-left: 16rpx;">隐私协议</view>
|
|
<view class="label-right">
|
|
<image src="/pages/image/right1.png" style="width:15rpx;height:28rpx"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="copyright"> 西安瑞来兹提供技术支持</text>
|
|
|
|
</view> |