协议段落样式

This commit is contained in:
fay 2026-03-27 09:55:38 +08:00
parent 2d4ac17505
commit 1123c01f25

View File

@ -365,7 +365,7 @@
<scroll-view class="agreement-content" :scroll-top="state.scrollTop" scroll-y="true" <scroll-view class="agreement-content" :scroll-top="state.scrollTop" scroll-y="true"
@scrolltolower="handleScrollBottom" @scroll="handleScroll"> @scrolltolower="handleScrollBottom" @scroll="handleScroll">
<!-- themeInfo.language === 'en_lang' ? state.enAgreementContent : state.agreementContent --> <!-- themeInfo.language === 'en_lang' ? state.enAgreementContent : state.agreementContent -->
<uv-parse :content="state.agreementContent"></uv-parse> <uv-parse :content="state.agreementContent" :tag-style="state.tagStyle"></uv-parse>
<view style="margin-top: 200rpx;"> <view style="margin-top: 200rpx;">
<uv-loading-icon v-if="!state.agreementContent" :vertical="true" <uv-loading-icon v-if="!state.agreementContent" :vertical="true"
:text="$t('common.loading')"></uv-loading-icon> :text="$t('common.loading')"></uv-loading-icon>
@ -466,6 +466,9 @@ const state = ref({
hasVerify: false, hasVerify: false,
showhasOrderModal:false, showhasOrderModal:false,
showhasunpaidOrderModal:false, showhasunpaidOrderModal:false,
tagStyle: {
p: 'margin: 0.8rem 0;',
},
}); });
const goOrder = async () => { const goOrder = async () => {