fix
This commit is contained in:
@@ -173,11 +173,16 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="mark_loading" v-show="!loadingShow">
|
||||
<a-spin size="large" />
|
||||
<div class="mark_loading_text">
|
||||
<div>您现在排队人数为<span>0</span>人</div>
|
||||
<div class="mark_loading_btn">取消</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<scaleImage ref="scaleImage"></scaleImage>
|
||||
<div class="mark_loading" v-show="loadingShow">
|
||||
<a-spin size="large" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
@@ -524,13 +529,15 @@ export default defineComponent({
|
||||
level1Type:this.upload.level1Type,
|
||||
level2Type:'',
|
||||
text:this.searchPictureName,
|
||||
userId:83,
|
||||
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
|
||||
version:1,//为1就是Print
|
||||
gender:'',
|
||||
}
|
||||
this.loadingShow = true
|
||||
Https.axiosPost(Https.httpUrls.sketchAndPrintGenerate, data).then(
|
||||
Https.axiosPost(Https.httpUrls.generatePrepare, data).then(
|
||||
(rv) => {
|
||||
console.log(rv)
|
||||
if(rv){
|
||||
this.fileList = []
|
||||
let arr
|
||||
|
||||
Reference in New Issue
Block a user