去掉图片的文字

This commit is contained in:
daihh
2022-12-08 11:44:27 +08:00
parent 53e902d1c8
commit c51797beee

View File

@@ -10,7 +10,7 @@
<!-- <text v-if="textShow && isTextShow == 1" class="text mid" style="color: #fff !important;" v-html="name"></text>
<text v-if="textShow && isTextShow ==2" class="text mini" style="color: #fff !important;" v-html="name"></text>
<text v-if="textShow && isTextShow ==3" class="text max" style="color: #fff !important;" v-html="name"></text> -->
<text class="text" style="color: #fff !important;" v-html="name"></text>
<!-- <text class="text" style="color: #fff !important;" v-html="name"></text> -->
</view>
</template>