|
@@ -6,7 +6,7 @@
|
|
|
:isAuthor="isAuthor" :avatar="avatar" :name="name" @onMemberCount="num=$event" />
|
|
|
<view class="popup-open" @click="openPop()">
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <text class="nvue-iconfont"></text>
|
|
|
+ <text class="nvue-iconfont" :style="{fontFamily:'nvueIconfont'}"></text>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<text class="iconfont iconzhibo-shangpin"></text>
|
|
@@ -36,7 +36,7 @@
|
|
|
</view>
|
|
|
<view class="more-button">
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <text class="nvue-iconfont more-button-iconfont"></text>
|
|
|
+ <text class="nvue-iconfont more-button-iconfont" :style="{fontFamily:'nvueIconfont'}"></text>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<text class="iconfont more-button-iconfont"></text>
|