积分申请
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user