feat:更新
This commit is contained in:
parent
03d35d6a52
commit
16a961e895
@ -339,8 +339,6 @@ export async function takePhotoFn(context) {
|
|||||||
}
|
}
|
||||||
const zdyz = globalThis.param854Str ? Number(globalThis.param854Str) : Number(param.zdyz)
|
const zdyz = globalThis.param854Str ? Number(globalThis.param854Str) : Number(param.zdyz)
|
||||||
console.log('takePhototakePhoto', JSON.stringify(data))
|
console.log('takePhototakePhoto', JSON.stringify(data))
|
||||||
const zdyz = globalThis.param854Str ? Number(globalThis.param854Str) : Number(param.zdyz)
|
|
||||||
console.log('takePhototakePhoto', JSON.stringify(zdyz),)
|
|
||||||
|
|
||||||
if (Number(data.fileSize) <= (zdyz * 1000)) {
|
if (Number(data.fileSize) <= (zdyz * 1000)) {
|
||||||
map[key1] = true
|
map[key1] = true
|
||||||
|
|||||||
@ -11,7 +11,7 @@ export const GlobalConfig={
|
|||||||
picSavePath:'/storage/cloud/100/files/Photo/',
|
picSavePath:'/storage/cloud/100/files/Photo/',
|
||||||
videoSavePath:'/storage/cloud/100/files/Videos/',
|
videoSavePath:'/storage/cloud/100/files/Videos/',
|
||||||
host:'http://172.37.55.1912:8082',
|
host:'http://172.37.55.1912:8082',
|
||||||
appVersion:'2025.01.01',
|
appVersion:'2025.01.06',
|
||||||
version:{
|
version:{
|
||||||
//杭州
|
//杭州
|
||||||
hz:{
|
hz:{
|
||||||
|
|||||||
@ -32,8 +32,8 @@ export default class EntryAbility extends UIAbility {
|
|||||||
|
|
||||||
// globalThis.judgeVersion ='2024.08.24.1'
|
// globalThis.judgeVersion ='2024.08.24.1'
|
||||||
// globalThis.version ='2023.12.13.01';
|
// globalThis.version ='2023.12.13.01';
|
||||||
globalThis.version = GlobalConfig.version.jn.km3[0];
|
// globalThis.version = GlobalConfig.version.jn.km3[0];
|
||||||
globalThis.judgeVersion = GlobalConfig.version.jn.km3[1];
|
// globalThis.judgeVersion = GlobalConfig.version.jn.km3[1];
|
||||||
|
|
||||||
globalThis.videoVersion= '1.0'
|
globalThis.videoVersion= '1.0'
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ import UIAbility from '@ohos.app.ability.UIAbility';
|
|||||||
import { endRecordVideo, getUserAlbumItemByDisplayName, saveStartRecordVideo } from '../common/service/videoService';
|
import { endRecordVideo, getUserAlbumItemByDisplayName, saveStartRecordVideo } from '../common/service/videoService';
|
||||||
import imageBtn from './compontents/imageBtn'
|
import imageBtn from './compontents/imageBtn'
|
||||||
import VoiceAnnounce from './judgeSDK/utils/voiceAnnouncements';
|
import VoiceAnnounce from './judgeSDK/utils/voiceAnnouncements';
|
||||||
|
import EndPopup from './compontents//judge/EndPopup'
|
||||||
// import VoiceAnnounce from './judgeSDK/utils/voiceAnnouncements';
|
// import VoiceAnnounce from './judgeSDK/utils/voiceAnnouncements';
|
||||||
|
|
||||||
@Entry
|
@Entry
|
||||||
@ -52,6 +52,8 @@ struct Index {
|
|||||||
@State fd: number = -1;
|
@State fd: number = -1;
|
||||||
@State num: number = 0;
|
@State num: number = 0;
|
||||||
@State mxwjDownloadFlag: boolean = false;
|
@State mxwjDownloadFlag: boolean = false;
|
||||||
|
@State isUpdatePopShow: boolean = false;
|
||||||
|
|
||||||
fileHelper = null;
|
fileHelper = null;
|
||||||
private fileUtil: FileUtil
|
private fileUtil: FileUtil
|
||||||
private interval = null;
|
private interval = null;
|
||||||
@ -313,6 +315,8 @@ struct Index {
|
|||||||
.backgroundColor('#E6E3DF')
|
.backgroundColor('#E6E3DF')
|
||||||
.borderRadius(19 * globalThis.ratio)
|
.borderRadius(19 * globalThis.ratio)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.width('100%')
|
.width('100%')
|
||||||
.height('100%')
|
.height('100%')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user