rename log-icon to custom-iconfont

This commit is contained in:
陆柯 2022-04-05 12:46:32 +08:00
parent abfb8fa543
commit 464816d8a8

View File

@ -136,7 +136,7 @@ export default {
{{ $ll({ zhCN:'照片', enUS:'Photo' }) || 'Photo' }}
</u-button>
<u-button shape="circle" size="mini" :type="$T.WHITE_BUTTON" @click="addVideo" v-if="allowVideo === true || allowVideo === 'true'" style="margin: 0 5px">
<u-icon name="videocamera-fill" custom-prefix="log-icon"></u-icon>
<u-icon name="videocamera-fill" custom-prefix="custom-iconfont"></u-icon>
{{ $ll({ zhCN:'视频', enUS:'Video' }) || 'Video' }}
</u-button>
</view>