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

页面修改

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