58 lines
1.6 KiB
Plaintext
58 lines
1.6 KiB
Plaintext
<!--pages/standardBasicInfo/standardBasicInfo.wxml-->
|
|
<view>
|
|
<!-- 秘书处信息begin -->
|
|
<view class="basic-info mishu">
|
|
<view class="title">
|
|
<text>秘书处信息:</text>
|
|
</view>
|
|
<view>
|
|
<text>挂靠单位:</text>
|
|
<text>中国汽车技术研究中心有限公司标准化研究所</text>
|
|
</view>
|
|
<view>
|
|
<text>地址:</text>
|
|
<text>{{secretariatInfo.address || '天津市东丽开发区先锋东路68号'}}</text>
|
|
</view>
|
|
<view>
|
|
<text>联系人:</text>
|
|
<text>{{secretariatInfo.realname || '郭琳'}}</text>
|
|
</view>
|
|
<view>
|
|
<text>联系人电话:</text>
|
|
<text>{{secretariatInfo.telephone || ''}}</text>
|
|
</view>
|
|
<view>
|
|
<text>联系人邮箱:</text>
|
|
<text>{{secretariatInfo.email || ''}}</text>
|
|
</view>
|
|
</view>
|
|
<!-- 秘书处信息end -->
|
|
<!-- 本企业信息begin -->
|
|
<view class="basic-info company mishu">
|
|
|
|
<view class="title">
|
|
<text>本企业信息:</text>
|
|
</view>
|
|
<view>
|
|
<text>企业名称:</text>
|
|
<text>{{companyInfo.companyName || ''}}</text>
|
|
</view>
|
|
<view>
|
|
<text>企业管理员:</text>
|
|
<text>{{companyInfo.liaisonMan || ''}}</text>
|
|
</view>
|
|
<view>
|
|
<text>管理员电话:</text>
|
|
<text>{{companyInfo.mobile || ''}}</text>
|
|
</view>
|
|
<view>
|
|
<text>管理人邮箱:</text>
|
|
<text>{{companyInfo.email || ''}}</text>
|
|
</view>
|
|
<view>
|
|
<text>会员有效期:</text>
|
|
<text>{{companyInfo.validDate || ''}}</text>
|
|
</view>
|
|
</view>
|
|
<!-- 本企业信息end' -->
|
|
</view> |