修改协议文字

This commit is contained in:
YeMingfei666 2024-12-16 16:49:29 +08:00
parent 66f7b6f57a
commit 087bb2b3e2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<view style="font-size: 14px;line-height: 26px;padding: 32upx;" class="home1 ">
<view style="font-size: 28upx;" v-html="content"></view>
<view class="btn-box u-flex u-row-center">
<view class="btn" @click="back">我已知晓</view>
<view class="btn" @click="back">同意</view>
</view>
</view>
</template>

View File

@ -2,7 +2,7 @@
<view style="line-height: 26px;padding: 32upx;" class="home1 ">
<view style="font-size: 28upx;" v-html="content"></view>
<view class="btn-box u-flex u-row-center">
<view class="btn" @click="back">我已知晓</view>
<view class="btn" @click="back">同意</view>
</view>
</view>
</template>