|
@@ -18,7 +18,7 @@
|
|
<van-cell title="公司" :title-style="'flex: 0.5;'" :value="userInfo.companyName"></van-cell>
|
|
<van-cell title="公司" :title-style="'flex: 0.5;'" :value="userInfo.companyName"></van-cell>
|
|
<!-- <van-cell title="修改密码" isLink to="/my/set"></van-cell> -->
|
|
<!-- <van-cell title="修改密码" isLink to="/my/set"></van-cell> -->
|
|
</div>
|
|
</div>
|
|
- <van-cell :title="'绑定'+(isCorpWX?'企业':'')+'微信'" v-if="isWX" @click="bindWeiXin" style="margin-top:10px;" :title-style="'flex: 2.5;'" label="绑定微信后可接收工时填报提醒">
|
|
|
|
|
|
+ <van-cell :title="'绑定'+(isCorpWX?'企业':'')+'微信'" v-if="userInfo.userNameNeedTranslate != '1' && (isCorpWX || isWX)" @click="bindWeiXin" style="margin-top:10px;" :title-style="'flex: 2.5;'" label="绑定微信后可接收工时填报提醒">
|
|
<template>
|
|
<template>
|
|
<span v-if="(isCorpWX && userInfo.corpwxUserid == null) || (isWX && userInfo.wxOpenid == null)" style="color:#ff0000;">未绑定</span>
|
|
<span v-if="(isCorpWX && userInfo.corpwxUserid == null) || (isWX && userInfo.wxOpenid == null)" style="color:#ff0000;">未绑定</span>
|
|
<span v-if="(isCorpWX && userInfo.corpwxUserid != null) || (isWX && userInfo.wxOpenid != null)" style="color:#7CCD7C;">已绑定</span>
|
|
<span v-if="(isCorpWX && userInfo.corpwxUserid != null) || (isWX && userInfo.wxOpenid != null)" style="color:#7CCD7C;">已绑定</span>
|