积分申请

This commit is contained in:
liuye
2023-04-20 10:03:12 +08:00
parent 75f6bbc99e
commit 18c7f55c6f
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
<div class="item">
<div class="left"><span class="tips">*</span>姓名</div>
<div class="right" :class="form.name ? '' : 'color-999'" >
<AiPagePicker single @select="handleSelectUser" type="sysUser" style="width:100%;text-align:right;" action="/app/appwechatuserqujing/listByFdAppletUser" nodeKey="openId">
<AiPagePicker single :isShowPhone="true" @select="handleSelectUser" type="sysUser" style="width:100%;text-align:right;" action="/app/appwechatuserqujing/listByFdAppletUser" nodeKey="openId">
<AiMore v-model="form.name"/>
</AiPagePicker>
</div>
@@ -275,6 +275,7 @@ export default {
display: flex;
position: fixed;
bottom: 0;
z-index: 3;
div {
flex: 1;
height: 96px;