报告单背景图
This commit is contained in:
parent
8eddadd248
commit
f33245373d
|
@ -1,6 +1,6 @@
|
|||
<view class="page__bd">
|
||||
<view class="weui-panel weui-panel_access">
|
||||
<view class="weui-panel__hd">已发布的证书,共{{count}}张</view>
|
||||
<view class="weui-panel__hd">已颁发的证书,共{{count}}张</view>
|
||||
<view class="weui-panel__bd">
|
||||
<navigator class="weui-media-box weui-media-box_text" wx:for="{{results}}" wx:key="unique" url="/pages/candidate/detail?id={{item.id}}">
|
||||
<h4 class="weui-media-box__title">
|
||||
|
@ -18,9 +18,6 @@
|
|||
</view>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="weui-loadmore weui-loadmore_line" wx:if="{{isLoadedAll}}">
|
||||
<text class="weui-loadmore__tips">到底了</text>
|
||||
</view>
|
||||
<!-- <view class="weui-panel__ft">
|
||||
<a class="weui-cell weui-cell_active weui-cell_access weui-cell_link">
|
||||
<view class="weui-cell__bd">查看更多</view>
|
||||
|
@ -28,4 +25,7 @@
|
|||
</a>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="weui-loadmore weui-loadmore_line" wx:if="{{isLoadedAll}}">
|
||||
<text class="weui-loadmore__tips">到底了</text>
|
||||
</view>
|
||||
</view>
|
|
@ -54,9 +54,6 @@
|
|||
</view>
|
||||
|
||||
</view>
|
||||
<view class="weui-loadmore weui-loadmore_line" wx:if="{{isLoadedAll}}">
|
||||
<text class="weui-loadmore__tips">到底了</text>
|
||||
</view>
|
||||
<!-- <view class="weui-panel__ft">
|
||||
<a class="weui-cell weui-cell_active weui-cell_access weui-cell_link">
|
||||
<view class="weui-cell__bd">查看更多</view>
|
||||
|
@ -64,5 +61,8 @@
|
|||
</a>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="weui-loadmore weui-loadmore_line" wx:if="{{isLoadedAll}}">
|
||||
<text class="weui-loadmore__tips">到底了</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
|
@ -112,6 +112,7 @@ Page({
|
|||
api.requesta('/rbac/user/mplogin/','POST', {code:res.code}).then(res=>{
|
||||
getApp().globalData.admintoken = res.data.token;
|
||||
api.requesta('/rbac/user/info/', 'GET').then(res=>{
|
||||
wx.hideLoading()
|
||||
getApp().globalData.admininfo = res.data
|
||||
wx.redirectTo({
|
||||
url: '/pages/admin/index',
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<div id="RBfDmosc8Wsjo3iNMXZVRh" class="cell moveable " title="自定义文本"
|
||||
style="position: absolute; width: 99mm; min-height: 5mm; line-height: 1.5; text-indent: 0em; top: 21.33mm; left: 62.48mm; font-size: 16pt; text-align: left; color: rgb(0, 0, 0);"
|
||||
draggable="true">
|
||||
<div class="editable" style="background-color: transparent; word-break: break-all;">核技术利用辐射安全与防护考核
|
||||
<div class="editable" style="background-color: transparent; word-break: break-all;">Ⅲ类射线装置辐射工作人员
|
||||
</div>
|
||||
</div>
|
||||
<div id="AyDcC9mtcxH32vophekNA6" class="cell moveable " title="自定义文本"
|
||||
|
|
Loading…
Reference in New Issue