fix: remove unsupported video copy from electronic completion
This commit is contained in:
@@ -119,7 +119,7 @@ internal fun ElectronicCompletionContent(
|
|||||||
}
|
}
|
||||||
Box(Modifier.offset(y = 186.dp).fillMaxWidth().height(138.dp).background(primary.copy(alpha = .055f)),
|
Box(Modifier.offset(y = 186.dp).fillMaxWidth().height(138.dp).background(primary.copy(alpha = .055f)),
|
||||||
contentAlignment = Alignment.Center) {
|
contentAlignment = Alignment.Center) {
|
||||||
Text("请使用微信扫描下方二维码,获取电子版照片/视频\n可多人多次扫描",
|
Text("请使用微信扫描下方二维码,获取电子版照片\n可多人多次扫描",
|
||||||
color = Color(0xFF55585C), fontSize = 29.sp, lineHeight = 46.sp, textAlign = TextAlign.Center)
|
color = Color(0xFF55585C), fontSize = 29.sp, lineHeight = 46.sp, textAlign = TextAlign.Center)
|
||||||
}
|
}
|
||||||
Image(artwork.first, "电子照片保存到手机示意图", Modifier.offset(34.dp, 354.dp).size(424.dp, 635.dp),
|
Image(artwork.first, "电子照片保存到手机示意图", Modifier.offset(34.dp, 354.dp).size(424.dp, 635.dp),
|
||||||
@@ -140,7 +140,7 @@ internal fun ElectronicCompletionContent(
|
|||||||
}
|
}
|
||||||
Text("请使用微信扫描", Modifier.offset(y = 410.dp).fillMaxWidth(),
|
Text("请使用微信扫描", Modifier.offset(y = 410.dp).fillMaxWidth(),
|
||||||
color = Color(0xFF444444), fontSize = 29.sp, textAlign = TextAlign.Center)
|
color = Color(0xFF444444), fontSize = 29.sp, textAlign = TextAlign.Center)
|
||||||
Text("获取电子版照片/视频", Modifier.offset(y = 462.dp).fillMaxWidth(),
|
Text("获取电子版照片", Modifier.offset(y = 462.dp).fillMaxWidth(),
|
||||||
color = Color.Black, fontSize = 32.sp, fontWeight = FontWeight.Bold, textAlign = TextAlign.Center)
|
color = Color.Black, fontSize = 32.sp, fontWeight = FontWeight.Bold, textAlign = TextAlign.Center)
|
||||||
Text("可多人多次扫描", Modifier.offset(y = 530.dp).fillMaxWidth(),
|
Text("可多人多次扫描", Modifier.offset(y = 530.dp).fillMaxWidth(),
|
||||||
color = Color(0xFF555555), fontSize = 29.sp, textAlign = TextAlign.Center)
|
color = Color(0xFF555555), fontSize = 29.sp, textAlign = TextAlign.Center)
|
||||||
@@ -149,8 +149,8 @@ internal fun ElectronicCompletionContent(
|
|||||||
.background(primary.copy(alpha = .055f), RoundedCornerShape(28.dp))) {
|
.background(primary.copy(alpha = .055f), RoundedCornerShape(28.dp))) {
|
||||||
Icon(Icons.Rounded.Info, null, Modifier.offset(39.dp, 37.dp).size(50.dp), tint = primary)
|
Icon(Icons.Rounded.Info, null, Modifier.offset(39.dp, 37.dp).size(50.dp), tint = primary)
|
||||||
Text("温馨提示", Modifier.offset(109.dp, 35.dp), color = primary, fontSize = 40.sp, fontWeight = FontWeight.Bold)
|
Text("温馨提示", Modifier.offset(109.dp, 35.dp), color = primary, fontSize = 40.sp, fontWeight = FontWeight.Bold)
|
||||||
TipRow(1, "请使用微信扫描二维码获取电子版照片 / 视频。", Modifier.offset(40.dp, 122.dp))
|
TipRow(1, "请使用微信扫描二维码获取电子版照片。", Modifier.offset(40.dp, 122.dp))
|
||||||
TipRow(2, "照片和视频将以高清原图的形式提供,可多次下载。", Modifier.offset(40.dp, 186.dp))
|
TipRow(2, "照片将以高清原图的形式提供,可多次下载。", Modifier.offset(40.dp, 186.dp))
|
||||||
TipRow(3, "如遇问题,请联系客服。", Modifier.offset(40.dp, 250.dp))
|
TipRow(3, "如遇问题,请联系客服。", Modifier.offset(40.dp, 250.dp))
|
||||||
Row(Modifier.offset(109.dp, 312.dp), verticalAlignment = Alignment.CenterVertically) {
|
Row(Modifier.offset(109.dp, 312.dp), verticalAlignment = Alignment.CenterVertically) {
|
||||||
Icon(Icons.Rounded.Call, null, Modifier.size(37.dp), tint = primary)
|
Icon(Icons.Rounded.Call, null, Modifier.size(37.dp), tint = primary)
|
||||||
|
|||||||
Reference in New Issue
Block a user