Commit d77ffb34 authored by 王炽's avatar 王炽

Merge branch 'master' of http://gitlab.dui88.com/fh/20250528_FHQ1

parents 1078b9a8 14a5a7b4
...@@ -140,7 +140,7 @@ const generateQrcodeFunc = async () => { ...@@ -140,7 +140,7 @@ const generateQrcodeFunc = async () => {
const result = await generateQRCode({ const result = await generateQRCode({
scene: `id=${props.recordId}`, scene: `id=${props.recordId}`,
page: `pages/XingmaLabDetailPage/XingmaLabDetailPage`, page: `pages/XingmaLabDetailPage/XingmaLabDetailPage`,
envVersion: 'trial'//trial develop release envVersion: 'release'//trial develop release
}) })
if (result && result.ok && result.data && result.data.qrCodeBase64) { if (result && result.ok && result.data && result.data.qrCodeBase64) {
......
...@@ -199,10 +199,16 @@ function testClick() { ...@@ -199,10 +199,16 @@ function testClick() {
background-color: #d3a358; background-color: #d3a358;
color: white; color: white;
margin-top: 130rpx; margin-top: 130rpx;
line-height: 94rpx;
&.disabled { &.disabled {
background-color: #E3CC9E; background-color: #E3CC9E;
} }
&::after {
border: none;
outline: none;
}
} }
.protocol-container { .protocol-container {
...@@ -219,5 +225,7 @@ function testClick() { ...@@ -219,5 +225,7 @@ function testClick() {
} }
} }
} }
</style> </style>
\ No newline at end of file
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