人脸拍照修改&&东八时区修改

This commit is contained in:
lvyuankang 2025-02-26 13:12:15 +08:00
parent aff18dcc3a
commit 59c02ee688
5 changed files with 49 additions and 13 deletions

BIN
entry/src/main/ets.zip Normal file

Binary file not shown.

Binary file not shown.

View File

@ -44,8 +44,7 @@ export default struct FaceCompare {
build() {
Column() {
Column() {
Text('照片比对')
// .lineHeight('16%')
Text('照片比对')// .lineHeight('16%')
.height('16%')
.fontWeight(FontWeight.Bold)
.fontSize(24)
@ -81,8 +80,7 @@ export default struct FaceCompare {
.height('52%')
.justifyContent(FlexAlign.SpaceBetween)
Text('正在等待拍照…')
// .lineHeight('16%')
Text('正在等待拍照…')// .lineHeight('16%')
.height('16%')
.fontWeight(FontWeight.Bold)
.fontColor('#CC7E00')

View File

@ -422,7 +422,9 @@ export default struct SignDisplayCom {
const str2=this.signArr[93].substr(4.2)
this.signArr[93]=str2+str1+str0
this.GPSColum[10].value = this.signArr[93]
const hours=Number(this.signArr[94].substr(0,2))+8
this.signArr[94]=(hours>9?hours:'0'+hours)+this.signArr[94].substr(2,this.signArr[94].length-2)
// this.signArr[53]=192.168.7.170'
// this.signArr[53]=192.168.7.170'
this.sjxhColum = JSON.parse(JSON.stringify((this.sjxhColum)))
that.signArr = JSON.parse(JSON.stringify((this.signArr)))

36
subject-two.iml Normal file
View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/entry/src/main/ets/pages/judgeSDK/dataTest" isTestSource="false" packagePrefix="com.duolun.vehterminal.dl_frontend.port" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/node_modules" />
<excludeFolder url="file://$MODULE_DIR$/oh_modules" />
<excludeFolder url="file://$MODULE_DIR$/.arkui-x/android/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/.arkui-x/android/app/build" />
<excludeFolder url="file://$MODULE_DIR$/.arkui-x/android/library/build" />
<excludeFolder url="file://$MODULE_DIR$/.arkui-x/ios/build" />
<excludeFolder url="file://$MODULE_DIR$/.arkui-x/android/app/.cxx" />
<excludeFolder url="file://$MODULE_DIR$/.arkui-x/android/library/.cxx" />
<excludeFolder url="file://$MODULE_DIR$/entry/build" />
<excludeFolder url="file://$MODULE_DIR$/entry/node_modules" />
<excludeFolder url="file://$MODULE_DIR$/entry/.cxx" />
<excludeFolder url="file://$MODULE_DIR$/entry/.test" />
<excludeFolder url="file://$MODULE_DIR$/entry/.preview" />
<excludeFolder url="file://$MODULE_DIR$/entry/oh_modules" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="ArkTS-API 9" type="ArkUI">
<CLASSES />
<JAVADOC />
<SOURCES>
<root url="file://$USER_HOME$/AppData/Local/OpenHarmony/Sdk/9/ets/api" />
<root url="file://$USER_HOME$/AppData/Local/OpenHarmony/Sdk/9/ets/component" />
</SOURCES>
</library>
</orderEntry>
</component>
</module>