You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
837 B
16 lines
837 B
<!--pages/service/vipCard/vipCard.wxml-->
|
|
<!-- <view class="card" style="background:url(../../../../../images/card.png) center no-repeat;background-size:100% 100%;"> -->
|
|
<view class="card">
|
|
<image src="{{card}}" class="bg"></image>
|
|
<view class="title">{{detail.cardName}}</view>
|
|
<view class="name">{{detail.name}}</view>
|
|
<view class="type">{{detail.talentsType}}</view>
|
|
<view class="number">NO: {{idCard}}</view>
|
|
</view>
|
|
|
|
<view class="explain-tit">权益说明</view>
|
|
|
|
<view class="explain">
|
|
为市北区高层次人才发放电子服务绿卡,围绕人才成长发展“全生命周期”,整合人才公共服务和社会化服务两大体系,提供人才落户、子女入学、政务服务、医疗保障、交通出行、家政服务、法律服务等20项服务。
|
|
<!-- {{detail.cardExplain}} -->
|
|
</view>
|
|
|