修改手机端图标处理
parent
303fbf6d5b
commit
a53f374859
|
|
@ -2,7 +2,7 @@
|
|||
<view>
|
||||
<view :class="'flex-col' + (propDirection == 'row' ? '' : ' gap-10')">
|
||||
<view class="flex-row align-c gap-5" :style="com_data.common_style + propStyle">
|
||||
<iconfont name="icon-phone" size="24rpx" color="#666" propContainerDisplay="flex" ></iconfont>
|
||||
<iconfont :name="'icon-' + com_data.icon_name" size="24rpx" color="#666" propContainerDisplay="flex" ></iconfont>
|
||||
<input :value="form_value" class="uni-input flex-1" :style="propStyle" type="text" :placeholder="placeholder" placeholder-style="color: gray;" @blur="data_check" @input="input_value_event" />
|
||||
</view>
|
||||
<view v-if="propDirection == 'row' && com_data.is_sms_verification == '1'" class="verify-submi-border"></view>
|
||||
|
|
|
|||
|
|
@ -5,12 +5,12 @@
|
|||
<template v-if="com_data.score_type !== '2'">
|
||||
<template v-if="index < new_selected">
|
||||
<view :data-index="index + 1" @mousemove="mousemove" @mouseleave="mouseleave" @tap="icon_click">
|
||||
<iconfont :name="'icon-' + (com_data.score_type == '0' ? 'pointed' : 'heart')" size="32rpx" :color="com_data.select_color" propContainerDisplay="flex"></iconfont>
|
||||
<iconfont :name="'icon-' + (com_data.score_type == '0' ? 'pointed' : 'the-heart')" size="32rpx" :color="com_data.select_color" propContainerDisplay="flex"></iconfont>
|
||||
</view>
|
||||
</template>
|
||||
<template v-else>
|
||||
<view :data-index="index + 1" @mousemove="mousemove" @mouseleave="mouseleave" @tap="icon_click">
|
||||
<iconfont :name="'icon-' + (com_data.score_type == '0' ? 'five-pointed' : 'the-heart')" size="32rpx" :color="com_data.select_color" propContainerDisplay="flex"></iconfont>
|
||||
<iconfont :name="'icon-' + (com_data.score_type == '0' ? 'pointed-o' : 'the-heart-0')" size="32rpx" :color="com_data.select_color" propContainerDisplay="flex"></iconfont>
|
||||
</view>
|
||||
</template>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue