协议段落样式
This commit is contained in:
parent
2d4ac17505
commit
1123c01f25
@ -365,7 +365,7 @@
|
||||
<scroll-view class="agreement-content" :scroll-top="state.scrollTop" scroll-y="true"
|
||||
@scrolltolower="handleScrollBottom" @scroll="handleScroll">
|
||||
<!-- 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;">
|
||||
<uv-loading-icon v-if="!state.agreementContent" :vertical="true"
|
||||
:text="$t('common.loading')"></uv-loading-icon>
|
||||
@ -466,6 +466,9 @@ const state = ref({
|
||||
hasVerify: false,
|
||||
showhasOrderModal:false,
|
||||
showhasunpaidOrderModal:false,
|
||||
tagStyle: {
|
||||
p: 'margin: 0.8rem 0;',
|
||||
},
|
||||
});
|
||||
|
||||
const goOrder = async () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user