Commit 8bbc4322 authored by 黄奎's avatar 黄奎

页面修改

parent b3896165
......@@ -4,10 +4,10 @@
width: 193px;
text-align: center;
padding: 10px;
position:absolute;
left:0px;
top:0px;
z-index:-1;
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
}
.courserefund_Div>div {
......@@ -24,8 +24,8 @@
<div>您的退款协议《{{ProtocolNum}}</div>
<div>请长按识别二维码,查阅并签字</div>
</div>
<q-table :pagination="pageMsg" :loading="loading" no-data-label="暂无相关数据" flat
class="sticky-column-table" separator="none" title="退课协议" :data="dataList" :columns="columns" row-key="name">
<q-table :pagination="pageMsg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table"
separator="none" title="退课协议" :data="dataList" :columns="columns" row-key="name">
<template v-slot:top="props">
<div class="col-2 q-table__title">退课协议</div>
<q-space />
......@@ -274,10 +274,9 @@
//复制生成二维码
CopyUrl(item) {
let locationName = window.location.hostname;
var domain = "https://edu.kookaku.com/#/";
var newUrl = 'courseRefundH5?Id=' + item.Id
var domain = "https://edu.kookaku.com/#/courseRefundH5?Id=" + item.Id;
let msg = {
url: domain + newUrl,
url: domain,
width: 430
}
CreateWeChatCode(msg).then((res) => {
......
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