...
|
...
|
@@ -6,8 +6,8 @@ |
|
|
<WidgetLottie ref="lottie" class="praise-lottie-wrap" :options="lottieOptions"></WidgetLottie>
|
|
|
</div>
|
|
|
</i>
|
|
|
<p v-if="viewText" class="icon-btn-text" :style="textStyle">
|
|
|
<span class="view-text">{{viewText}}</span>
|
|
|
<p class="icon-btn-text" :style="textStyle">
|
|
|
<span v-if="viewText" class="view-text">{{viewText}}</span>
|
|
|
<span class="placeholder-text">{{placText}}</span>
|
|
|
</p>
|
|
|
</div>
|
...
|
...
|
|