Commit b6e869fe authored by 黄奎's avatar 黄奎

页面修改

parent 8bbc4322
...@@ -93,6 +93,9 @@ ...@@ -93,6 +93,9 @@
</div> </div>
</template> </template>
<script> <script>
import {
Loading
} from 'quasar'
import backbillForm from "../../components/sale/backbill-form"; import backbillForm from "../../components/sale/backbill-form";
import { import {
SetBackClassProtocolSure, SetBackClassProtocolSure,
...@@ -273,7 +276,10 @@ ...@@ -273,7 +276,10 @@
}, },
//复制生成二维码 //复制生成二维码
CopyUrl(item) { CopyUrl(item) {
let locationName = window.location.hostname; var tipLoadding = Loading;
tipLoadding.show({
message: '正在生成图片,请稍后...'
})
var domain = "https://edu.kookaku.com/#/courseRefundH5?Id=" + item.Id; var domain = "https://edu.kookaku.com/#/courseRefundH5?Id=" + item.Id;
let msg = { let msg = {
url: domain, url: domain,
...@@ -310,6 +316,10 @@ ...@@ -310,6 +316,10 @@
document.body.removeChild(a); document.body.removeChild(a);
}); });
}, 1000); }, 1000);
tipLoadding.hide();
}
else{
tipLoadding.hide();
} }
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment