This commit is contained in:
A1300399510
2023-07-28 15:32:37 +08:00
parent 2c2c0ff47d
commit 7bf9f59c75
2 changed files with 11 additions and 8 deletions

View File

@@ -239,7 +239,10 @@ let pitchValue = ref({
keyword: "", keyword: "",
}) })
if (route.query['companyid']) pitchValue.value['companyid'] = route.query['companyid'] if (route.query['companyid']) {
pitchValue.value['companyid'] = route.query['companyid']
state.value = "unfold"
}
// 是否点击里 清除金额按钮 因为输入金额后再点击清除按钮是会先请求有金额的列表 // 是否点击里 清除金额按钮 因为输入金额后再点击清除按钮是会先请求有金额的列表

View File

@@ -49,14 +49,14 @@ const props = defineProps({
} }
.QRcode-case { .QRcode-case {
width: 130px; width: 140px;
height: 130px; height: 140px;
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
// border-radius: 50%; border-radius: 50%;
// overflow: hidden; overflow: hidden;
// -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098); -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
// -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098); -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
// box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098); box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
margin-bottom: 33px; margin-bottom: 33px;
.QRcode-img { .QRcode-img {