【修改】 标准协会会员基本信息
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
</view>
|
||||
<view>
|
||||
<text>地址:</text>
|
||||
<text>{{secretariatInfo.address}}</text>
|
||||
<text>{{secretariatInfo.address || ''}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>联系人:</text>
|
||||
<text>{{secretariatInfo.contract}}</text>
|
||||
<text>{{secretariatInfo.username}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>联系人电话:</text>
|
||||
@@ -31,15 +31,15 @@
|
||||
</view>
|
||||
<view>
|
||||
<text>企业名称:</text>
|
||||
<text>{{companyInfo.name}}</text>
|
||||
<text>{{companyInfo.companyName}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>企业管理员:</text>
|
||||
<text>{{companyInfo.email}}</text>
|
||||
<text>{{companyInfo.liaisonMan}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>管理员电话:</text>
|
||||
<text>{{companyInfo.phone}}</text>
|
||||
<text>{{companyInfo.mobile}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>管理人邮箱:</text>
|
||||
@@ -47,7 +47,7 @@
|
||||
</view>
|
||||
<view>
|
||||
<text>会员有效期:</text>
|
||||
<text>{{companyInfo.email}}</text>
|
||||
<text>{{companyInfo.validDate}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 本企业信息end' -->
|
||||
|
||||
Reference in New Issue
Block a user