| | |
| | | </view> |
| | | <view class="basic"> 证书信息</view> |
| | | </view> |
| | | <!-- <view class="certificateChart"> |
| | | <view class="chart"> |
| | | <image src="" mode="" /> |
| | | <view class="certificateChart"> |
| | | <view class="chart" bind:tap="onClick1"> |
| | | <image src="/static/images/certificate/cbzs.jpg" mode="" /> |
| | | </view> |
| | | <view class="chart" bind:tap="onClick2"> |
| | | <image src="/static/images/certificate/rzzs.jpg" mode="" /> |
| | | </view> |
| | | </view> |
| | | <view class="chart"> |
| | | <image src="" mode="" /> |
| | | </view> |
| | | </view> --> |
| | | |
| | | |
| | | <view class="noDataBox"> |
| | | <!-- <t-empty icon="folder-open" description="暂无数据" font-size="80" /> --> |
| | | <empty /> |
| | |
| | | <view class="dialog-title">学习证书申请</view> |
| | | <view style="width: 100%; height: 2rpx; background-color: #F4F4F4;"></view> |
| | | <view class="input-box"> |
| | | <t-input class="input" borderless placeholder="请输入真实姓名" value="{{input}}" bind:change="inputChange"></t-input> |
| | | <t-input class="input" borderless placeholder="请输入真实姓名" value="{{userInfo.fullName}}" bind:change="onFullNameInput"></t-input> |
| | | </view> |
| | | </view> |
| | | <view class="row-btn"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <t-image-viewer usingCustomNavbar deleteBtn="{{deleteBtn}}" closeBtn="{{closeBtn}}" showIndex="{{showIndex}}" visible="{{visible}}" images="{{images}}" bind:change="onChange" bind:close="onClose"></t-image-viewer> |
| | | |
| | | <t-toast id="t-toast" /> |