积分申请

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

@@ -14,6 +14,7 @@
<img src="./img/user-img.png" alt="" v-else> <img src="./img/user-img.png" alt="" v-else>
{{ item.name }} {{ item.name }}
<span v-if="isShowPhone && item.mobile">({{item.mobile}})</span> <span v-if="isShowPhone && item.mobile">({{item.mobile}})</span>
<span v-if="isShowPhone && item.phone && !item.mobile">({{item.phone}})</span>
</div> </div>
</div> </div>
</template> </template>

View File

@@ -3,7 +3,7 @@
<div class="item"> <div class="item">
<div class="left"><span class="tips">*</span>姓名</div> <div class="left"><span class="tips">*</span>姓名</div>
<div class="right" :class="form.name ? '' : 'color-999'" > <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"/> <AiMore v-model="form.name"/>
</AiPagePicker> </AiPagePicker>
</div> </div>
@@ -275,6 +275,7 @@ export default {
display: flex; display: flex;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
z-index: 3;
div { div {
flex: 1; flex: 1;
height: 96px; height: 96px;