no message

cyl/master-0804
jscyl13849007907 3 months ago
parent 8464971366
commit 9bc0bb9d25

@ -7,7 +7,7 @@ let personInfo = {// 用户信息模块
person_getGroup:'/yishoudan/agency/getAgencyByAdminTel',// 根据管理员手机号查团队
person_addApply:'/yishoudan/agency/merge/add',// 申请合并
person_applyTrue:'/yishoudan/agency/merge/agree',// 通过
person_applyFalse:'/yishoudan/agency/reject',// 驳回
person_applyFalse:'/yishoudan/agency/merge/reject',// 驳回
person_applyNum:'/yishoudan/agency/merge/countApply',// 查询待处理数量
person_getCreatorTel:'/yishoudan/agency/getCreatorTel',// 获取创建人手机号
person_validateMsgCode:'/yishoudan/commons/validateMsgCode',// 校验短信

@ -406,5 +406,13 @@ export default {
border-radius: 48rpx;
opacity: 0;
}
.u-input__right-icon{
display: flex;
display: -webkit-flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
}
}
</style>

Loading…
Cancel
Save