no message

cyl/master-0804
jscyl13849007907 3 months ago
parent f4682b90a9
commit f9e008caa9

@ -72,7 +72,11 @@
<div class="g_flex_1 g_mr_16">
<u-input maxlength="4" type="number" :custom-style="{ fontSize: item.fontSize || ' 16px' }" :clearable="false" :password-icon="false" :placeholder="item.placeholder" input-align="right" class="g_text_r" placeholder-style="color:#999;font-size:16px;" v-model="item.value" @input="(e) => handleCode(e, item, index)" />
</div>
<div class="btn-text g_flex_c g_flex_none" @click="handleSendMsg(item.tel, item.verifyTel)">
<div class="btn-text g_flex_c g_flex_none" @click="handleSendMsg(item.tel, item.verifyTel)"
:style="{
'background-color':msgCode.countdown > 0 && msgCode.countdown < 60 ? '#dddddd' : '#00b666'
}"
>
<button class="btn-con g_fs_14 g_c_9 g_flex_row_center" style="width: 100px">{{ msgCode.btnText }}</button>
</div>
</div>

@ -38,7 +38,7 @@
</view>
<view class="info-obj g_flex_1 g_flex_column_center" style="margin: 0 10px;">
<view class="g_ell_1 g_fs_16 g_fw_600">
{{item.targetAgency.agencyName}}
{{item.sourceAgency.agencyName}}
</view>
<view class="g_ell_1 g_fs_14" style="color: #666;margin-top: 8px;">
{{item.desp || '-'}}

Loading…
Cancel
Save