|
|
|
|
|
<view class="meTop0" bindtap="toMakeInfo" style="padding-bottom: 0;" hover-class="thover" wx:if="{{isLogin}}">
|
|
|
|
|
|
<view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;">
|
|
|
|
|
|
<view class="flex-1">
|
|
|
|
|
|
<view class="display-flex">
|
|
|
|
|
|
<view class="iconOutTop">
|
|
|
|
|
|
<block wx:if="{{user.imgSrc != '' && user.imgSrc != null && user.imgSrc != 'null'}}">
|
|
|
|
|
|
<image src="{{user.imgSrc}}" class="show-image" mode="aspectFill"></image>
|
|
|
|
|
|
</block>
|
|
|
|
|
|
<block wx:else>
|
|
|
|
|
|
<open-data type="userAvatarUrl" class="show-image"></open-data>
|
|
|
|
|
|
</block>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="userName flex-1" style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
|
|
|
|
|
|
<view class="va-center">
|
|
|
|
|
|
<text class="mr8 fwb" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 160px;font-size:20px;">{{user.userName}}</text>
|
|
|
|
|
|
<button wx:if="{{(isLogin && hasUserInfo - 0 == 0) || user.userName =='微信用户'}}" style="position: absolute;top: 26px;opacity: 0;" open-type="getUserInfo" bindtap="getUserInfoBtn">未获取昵称</button>
|
|
|
|
|
|
<block wx:if="{{isLogin}}">
|
|
|
|
|
|
<i class="iconfont icon-nv3 f12" style="color:#fb8585;line-height:20px" wx:if="{{user.sex == 2}}"></i>
|
|
|
|
|
|
<i class="iconfont icon-nan3 f12" style="color:var(--color-yc);line-height:20px" wx:if="{{user.sex == 1}}"></i>
|
|
|
|
|
|
</block>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="opaTel">{{user.tel}}</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="v-center">
|
|
|
|
|
|
<!-- <text class="f16 c3 dib">{{user.idauth - 1 == 0 ? '已实名' : '去实名'}}</text> -->
|
|
|
|
|
|
<view>
|
|
|
|
|
|
<i wx:if="{{user.idauth}}" class="iconfont icon-yirenzheng ysd-base-color f20" style="color: var(--color-ysd);"></i>
|
|
|
|
|
|
<view wx:else class hover-class="none" hover-stop-propagation="false">去认证</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="meTop0" style="padding-bottom: 0;" wx:if="{{!isLogin}}">
|
|
|
|
|
|
<view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;">
|
|
|
|
|
|
<view class="flex-1">
|
|
|
|
|
|
<view class="display-flex" style="align-items: center;">
|
|
|
|
|
|
<view class="iconOutTop" catchtap="login">
|
|
|
|
|
|
<!-- <open-data type="userAvatarUrl" class="show-image"></open-data> -->
|
|
|
|
|
|
<image src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/defaultAva.svg" class="show-image"></image>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="userName flex-1" style="display: flex;" catchtap="login">
|
|
|
|
|
|
<view class="va-center">
|
|
|
|
|
|
<text class="mr8 f20 fwb">微信用户</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="p10" style="padding-bottom:0;">
|
|
|
|
|
|
<view class="moneyView">
|
|
|
|
|
|
<navigator url="{{isLogin ? '/pages/wxMoney/index' : '/pages/login/index'}}" hover-class="none">
|
|
|
|
|
|
<view class="moneyText">
|
|
|
|
|
|
账户余额(元)
|
|
|
|
|
|
<i class="iconfont icon-zhengyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{showMoney}}" catchtap="openEyes" hover-stop-propagation></i>
|
|
|
|
|
|
<i class="iconfont icon-biyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{!showMoney}}" catchtap="closeEyes" hover-stop-propagation></i>
|
|
|
|
|
|
<view class="fr f14 va-center mt20">
|
|
|
|
|
|
<view class="dib">详情</view>
|
|
|
|
|
|
<i class="iconfont icon-gengduo11 f16 ml4 dib pr" style="line-height:1;top:1px;"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="v-center mt8">
|
|
|
|
|
|
<view class="moneyM" wx:if="{{showMoney}}">{{balance}}</view>
|
|
|
|
|
|
<view class="moneyM" wx:if="{{!showMoney}}">****</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="p10">
|
|
|
|
|
|
<view class="p10 bgf br8">
|
|
|
|
|
|
<view class="meTitle">我的卡包</view>
|
|
|
|
|
|
<view class="display-flex tc mt10">
|
|
|
|
|
|
<!-- /pages/addUserCard/index -->
|
|
|
|
|
|
<!-- <navigator url="{{isLogin ? (user.idcardImgFront != null && user.idcardImgFront != '' ? (user.idauth - 1 == 0 ? '../seeCard/index' : '../makeInfo/index') : '../addUserCard/index') : '/pages/login/index'}}" class="flex-1" hover-class="hcb"> -->
|
|
|
|
|
|
<navigator url="{{isLogin ? '../addUserCard/index' : '/pages/login/index'}}" class="flex-1" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-zhengjian meIcon"></i>
|
|
|
|
|
|
<view class="f14 c6 lh1">证件</view>
|
|
|
|
|
|
<view class="f12 cf00" wx:if="{{cardNum > 0}}">{{cardNum}}张</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator url="{{isLogin ? '../addCard/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-yinhangka meIcon"></i>
|
|
|
|
|
|
<view class="f14 c6 lh1">银行卡</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="flex-2"></view>
|
|
|
|
|
|
<!-- <navigator url="{{isLogin ? '../paySlip/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-gongzitiao meIcon"></i>
|
|
|
|
|
|
<view class="f14 c6 lh1">工资条</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
|
|
|
|
|
|
<navigator url="{{isLogin ? '../coupon/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-gengduo11huiquan meIcon"></i>
|
|
|
|
|
|
<view class="f14 c6 lh1">优惠券</view>
|
|
|
|
|
|
</navigator>-->
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="p10" style="padding-top:0;">
|
|
|
|
|
|
<view class="p10 bgf br8">
|
|
|
|
|
|
<view class="meTitle">我的服务</view>
|
|
|
|
|
|
<view class="display-flex tc mt10 myService">
|
|
|
|
|
|
<!-- <navigator url="{{isLogin ? '/pages/collect/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-shoucang1 meIcon" style="height:22px;"></i>
|
|
|
|
|
|
<view class="f14 c6 lh1">我的收藏</view>
|
|
|
|
|
|
</navigator>-->
|
|
|
|
|
|
|
|
|
|
|
|
<navigator url="{{isLogin ? '/pages/resumeDone/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-wodejianli1 meIcon" style="height:22px;"></i>
|
|
|
|
|
|
<!-- <view class='meIcon' hover-class="none" hover-stop-propagation="false" style='width:22px;position:relative'>
|
|
|
|
|
|
<i class="yicaifont icon-jianli-outer " style="font-size:22px;position:absolute;left:0;line-height:1">
|
|
|
|
|
|
<i class="yicaifont icon-jianli-inner " style="font-size:10px;color:var(--color-yc);position:absolute;left:15%;top:15%"></i>
|
|
|
|
|
|
</i>
|
|
|
|
|
|
</view> -->
|
|
|
|
|
|
<view class="f14 c6 lh1">我的简历</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <navigator url="{{isLogin ? '/pages/myEnroll/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-wodebaoming meIcon" style="height:22px;"></i>
|
|
|
|
|
|
<view class="f14 c6 lh1">我的报名</view>
|
|
|
|
|
|
</navigator>-->
|
|
|
|
|
|
<!--
|
|
|
|
|
|
<navigator url="{{isLogin ? '/pages/currJob/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-dangqiangongzuo meIcon" style="height:22px;"></i>
|
|
|
|
|
|
<view class="f14 c6 lh1">当前工作</view>
|
|
|
|
|
|
</navigator>-->
|
|
|
|
|
|
|
|
|
|
|
|
<navigator url="{{isLogin ? '/pages/addressBook/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-dizhiben meIcon" style="height:22px;"></i>
|
|
|
|
|
|
<view class="f14 c6 lh1">地址本</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<!-- <view bindtap='showphone' class="flex-1 pb8" hover-class="hcb">
|
|
|
|
|
|
<i class="t-icon t-icon-zhuanshukefu1 meIcon" style="height:22px;"></i>
|
|
|
|
|
|
<view class="f14 c6 lh1">客户经理</view>
|
|
|
|
|
|
</view>-->
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="p20 bgf br8 mt10" wx:if="{{isLogin}}">
|
|
|
|
|
|
<view class="display-flex">
|
|
|
|
|
|
<view class="flex-1">
|
|
|
|
|
|
<view class="display-flex">
|
|
|
|
|
|
<view class="iconOutTopSmall">
|
|
|
|
|
|
<!-- <image src="{{ pmdUserInfo.imgSrc != '' && pmdUserInfo.imgSrc != null ? pmdUserInfo.imgSrc : 'http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png'}}"
|
|
|
|
|
|
style="width:50px;height:50px;border-radius:50%;"></image>-->
|
|
|
|
|
|
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png" style="width:50px;height:50px;border-radius:50%;"></image>
|
|
|
|
|
|
<view class="khjl">专属客服</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="userName flex-1" style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
|
|
|
|
|
|
<view class="va-center">
|
|
|
|
|
|
<!-- <view class="mr8 f16" style="color:#262626;">{{pmdUserInfo.userName}}</view> -->
|
|
|
|
|
|
<view class="mr8 f16" style="color:#262626;">一才客服</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<!-- {{pmdUserInfo.tel}} -->
|
|
|
|
|
|
<view class="opaTelSmall">13253506869</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="v-center">
|
|
|
|
|
|
<view class="makePhone" bindtap="showphone" hover-class="hcb">电话联系</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<navigator url="{{isLogin ? '/pages/setUp/index' : '/pages/login/index'}}" class="p20 mb10 bgf newList mt10" hover-class="hcb" style="border-radius:16rpx;padding:15px 20px;">
|
|
|
|
|
|
<view class="mw-labe">
|
|
|
|
|
|
<view class="flex-1 va-center">
|
|
|
|
|
|
<view class="iconOut">
|
|
|
|
|
|
<i class="t-icon t-icon-shezhi lefticon" style="height:22px;width:22px;"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<text class="c6 f16">设置</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<i class="iconfont icon-gengduo11 f12 c9"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<button wx:if="{{!isLogin}}" type="primary" class="loginOut" style="font-weight:400;margin-top:0px;margin-bottom:30px;" catchtap="login">登录</button>
|
|
|
|
|
|
<!--登录/注册(授权版)-->
|
|
|
|
|
|
<!--<button wx:if="{{!isLogin}}" class="weui-btn weui-btn_primary" style="margin-top:60px;margin-bottom:30px;" open-type="getPhoneNumber" type="primary"
|
|
|
|
|
|
catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-tag='0'>登录/注册</button>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <view class="p10">
|
|
|
|
|
|
<view wx:if="{{!isLogin}}" class="bgf pft" style="border-radius: 4px;">
|
|
|
|
|
|
<view class="p010" hover-class="hcb" bindtap='makePhoneCall' style="border-radius: 4px;">
|
|
|
|
|
|
<view class=" p20">
|
|
|
|
|
|
<view class='f20 mw-labe'>
|
|
|
|
|
|
<view class="iconOut">
|
|
|
|
|
|
<i class="iconfont icon-a-lianxikefu11 lefticon" style="color:#666666"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<text>专属客服</text>
|
|
|
|
|
|
<i class="iconfont icon-xiayiye rightXYY "></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="p2010" style="padding-bottom:0;" wx:if="{{isLogin}}">
|
|
|
|
|
|
<view class="yeView v-center">
|
|
|
|
|
|
<view class="flex-1">
|
|
|
|
|
|
<view class="hMoney">{{balance}}</view>
|
|
|
|
|
|
<view class="hText">账户余额(元)</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<button class="hbtn" hover-class="thover" bindtap="goMoney">立即查看</button>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view style="height:1rpx;"></view>
|
|
|
|
|
|
|
|
|
|
|
|
<view style="background-color:#f8f8f8">
|
|
|
|
|
|
<view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}">-->
|
|
|
|
|
|
<!-- <button class="fakeBtn p2010" hover-class="hcb" bindtap="toCollect" style="">
|
|
|
|
|
|
<view class='f20 mw-labe'>
|
|
|
|
|
|
<view class="iconOut">
|
|
|
|
|
|
<i class="iconfont icon-wode-shoucang lefticon" style="color:#666666"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<text>我的收藏</text>
|
|
|
|
|
|
<i class="iconfont icon-xiayiye rightXYY"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>-->
|
|
|
|
|
|
<!-- <view class="lineT" style="height:1px;" wx:if="{{isLogin}}"></view>
|
|
|
|
|
|
<button class="fakeBtn p2010" hover-class="hcb" bindtap="toCollect" style="">
|
|
|
|
|
|
<view class='f20 mw-labe'>
|
|
|
|
|
|
<view class="iconOut">
|
|
|
|
|
|
<i class="iconfont icon-zhijiebaoming lefticon" style="color:#666666"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<text>我的报名</text>
|
|
|
|
|
|
<i class="iconfont icon-xiayiye rightXYY"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
<view class="lineT" wx:if="{{isLogin}}"></view>-->
|
|
|
|
|
|
<!-- <button class="fakeBtn p2010" hover-class="hcb" bindtap="toMakeInfo" style="">
|
|
|
|
|
|
<view class='f20 mw-labe'>
|
|
|
|
|
|
<view class="iconOut">
|
|
|
|
|
|
<i class="iconfont icon-shimingrenzheng1 lefticon" style="color:#666666"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<text>实名认证</text>
|
|
|
|
|
|
<i class="iconfont icon-xiayiye rightXYY"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>-->
|
|
|
|
|
|
<!-- <view class="lineT" wx:if="{{isLogin}}"></view>
|
|
|
|
|
|
<button class="fakeBtn p2010" hover-class="hcb" bindtap='makePhoneCall'>
|
|
|
|
|
|
<view class='f20 mw-labe'>
|
|
|
|
|
|
<view class="iconOut">
|
|
|
|
|
|
<i class="iconfont icon-zhuanshukefu lefticon" style="color:#666666"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<text>联系客服</text>
|
|
|
|
|
|
<i class="iconfont icon-xiayiye rightXYY"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>-->
|
|
|
|
|
|
<!-- </view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view style="background-color:#f8f8f8">
|
|
|
|
|
|
<view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}">
|
|
|
|
|
|
<button class="fakeBtn p2010" hover-class="hcb" bindtap='showphone'>
|
|
|
|
|
|
<view class='f20 mw-labe'>
|
|
|
|
|
|
<view class="iconOut">
|
|
|
|
|
|
<i class="iconfont icon-zhuanshukefu lefticon" style="color:#666666"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<text>专属客服</text>
|
|
|
|
|
|
<i class="iconfont icon-xiayiye rightXYY"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <view style="background-color:#f8f8f8;margin-top:40px;margin-bottom:40px;" wx:if="{{agencyStatus - 0 != 0}}">
|
|
|
|
|
|
<view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}">
|
|
|
|
|
|
<button class="fakeBtn p2010" hover-class="hcb" bindtap="goAgent" style="">
|
|
|
|
|
|
<view class='f20 mw-labe'>
|
|
|
|
|
|
<view class="iconOut">
|
|
|
|
|
|
<i class="iconfont icon-daili lefticon" style="color:#666666"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<text>发展代理</text>
|
|
|
|
|
|
<i class="iconfont icon-xiayiye rightXYY"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <button wx:if="{{!isLogin}}" class="weui-btn weui-btn_primary" open-type="getPhoneNumber" type="primary"
|
|
|
|
|
|
catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-tag='0'>登录/注册</button>
|
|
|
|
|
|
</view>-->
|
|
|
|
|
|
|
|
|
|
|
|
<scroll-view class="fadeIn" wx:if="{{iosDialog1}}" style="position: relative;z-index: 999;">
|
|
|
|
|
|
<view class="weui-mask"></view>
|
|
|
|
|
|
<view class="weui-dialog p020" style="box-sizing:border-box;">
|
|
|
|
|
|
<!-- <view class="weui-dialog__hd"><strong class="weui-dialog__title">{{pmdUserInfo.tel}}</strong></view> -->
|
|
|
|
|
|
<!-- <view class="weui-dialog__hd bb1">
|
|
|
|
|
|
<view>
|
|
|
|
|
|
<image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image>
|
|
|
|
|
|
<image wx:else src="http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png" style="width:56px;height:56px;border-radius:50%;"></image>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="f20 c3">{{pmdUserInfo.userName}}</view>
|
|
|
|
|
|
<view class="f14 c9">客户经理</view>
|
|
|
|
|
|
<view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view>
|
|
|
|
|
|
</view>-->
|
|
|
|
|
|
|
|
|
|
|
|
<view class="weui-dialog__hd bb1">
|
|
|
|
|
|
<!-- <image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image> -->
|
|
|
|
|
|
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png" style="width:56px;height:56px;border-radius:50%;"></image>
|
|
|
|
|
|
<view class="f20 c3">一才客服</view>
|
|
|
|
|
|
<view class="f14 c9">专属客服</view>
|
|
|
|
|
|
<!-- <view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view> -->
|
|
|
|
|
|
<view class="mt20 f22 c3">13253506869</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="display-flex pb20" style="padding-top:20px;">
|
|
|
|
|
|
<view class="flex-1 lflex v-center" bindtap="close" hover-class="thover">取消</view>
|
|
|
|
|
|
<view class="rflex">
|
|
|
|
|
|
<button class type="primary" bindtap="makePhoneCall">呼叫</button>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</scroll-view>
|