style:证书预览
Showing
2 changed files
with
3 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-07 13:12:58 | 4 | * @LastEditTime: 2023-07-14 16:05:30 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> | 7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> |
... | @@ -97,7 +97,7 @@ | ... | @@ -97,7 +97,7 @@ |
97 | handleClick (e) { | 97 | handleClick (e) { |
98 | this.bdcqz = this.headTabBdcqz[e.index - 0] | 98 | this.bdcqz = this.headTabBdcqz[e.index - 0] |
99 | this.activeName = this.headTabBdcqz.bsmBdcqz | 99 | this.activeName = this.headTabBdcqz.bsmBdcqz |
100 | if (this.activeName == '1') { | 100 | if (this.bdcqz.bdcqzlx == 1) { |
101 | this.drawTextOnImage() | 101 | this.drawTextOnImage() |
102 | } else { | 102 | } else { |
103 | this.drawTextzmImage() | 103 | this.drawTextzmImage() | ... | ... |
-
Please register or sign in to post a comment