暂存
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
<z-nav-bar title="我的证书"></z-nav-bar>
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
|
||||
<view class="list" v-if="certificateList.length > 0">
|
||||
<view class="" style="margin: 10rpx;">
|
||||
【 共 {{certificateList.length}} 个证书 】
|
||||
</view>
|
||||
<view class="item" v-for="(item,index) in certificateList" :key="index">
|
||||
<view class="flex_box">
|
||||
<h3>编号:{{item.certificateNo}}</h3>
|
||||
|
||||
Reference in New Issue
Block a user