zhangxiaomu 1 anno fa
parent
commit
7416202981
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/view/wx-print/index.vue

+ 2 - 2
src/view/wx-print/index.vue

@@ -155,7 +155,7 @@ export default {
 
 
                     let url=baseUrl.substring(0,baseUrl.indexOf('/',8),)+'/wx-print?svc_code=' +this.$route.query.svc_code + '&is_download=true'
                     let url=baseUrl.substring(0,baseUrl.indexOf('/',8),)+'/wx-print?svc_code=' +this.$route.query.svc_code + '&is_download=true'
                       + '&cp_id=' +  this.$route.query.cp_id + '&doc=' + this.$route.query.doc + '&layout_id='
                       + '&cp_id=' +  this.$route.query.cp_id + '&doc=' + this.$route.query.doc + '&layout_id='
-                      + this.$route.query.layout_id + '&data_id=' + this.$route.query.data_id+'&uuid_'+this.$route.query.uuid
+                      + this.$route.query.layout_id + '&data_id=' + this.$route.query.data_id+'&uuid_='+this.$route.query.uuid
 
 
                     this.$copyText(url).then(function (e) {
                     this.$copyText(url).then(function (e) {
                       console.log('复制成功',e);
                       console.log('复制成功',e);
@@ -184,7 +184,7 @@ export default {
 
 
 .desc{
 .desc{
   position:absolute;
   position:absolute;
-  top:55%;
+  top:60%;
   width:100%;
   width:100%;
   display:flex;
   display:flex;
   justify-content:center;
   justify-content:center;