Commit b6e869fe authored by 黄奎's avatar 黄奎

页面修改

parent 8bbc4322
......@@ -93,6 +93,9 @@
</div>
</template>
<script>
import {
Loading
} from 'quasar'
import backbillForm from "../../components/sale/backbill-form";
import {
SetBackClassProtocolSure,
......@@ -273,7 +276,10 @@
},
//复制生成二维码
CopyUrl(item) {
let locationName = window.location.hostname;
var tipLoadding = Loading;
tipLoadding.show({
message: '正在生成图片,请稍后...'
})
var domain = "https://edu.kookaku.com/#/courseRefundH5?Id=" + item.Id;
let msg = {
url: domain,
......@@ -310,6 +316,10 @@
document.body.removeChild(a);
});
}, 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