|
@@ -145,6 +145,9 @@ const _sfc_main = {
|
|
|
this.testAudioInput();
|
|
|
}
|
|
|
}, 3e3);
|
|
|
+ common_vendor.index.setKeepScreenOn({
|
|
|
+ keepScreenOn: true
|
|
|
+ });
|
|
|
},
|
|
|
beforeDestroy() {
|
|
|
this.stopUserCamera();
|
|
@@ -1797,23 +1800,16 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
s: common_vendor.o((...args) => $options.stopRecordingAnswer && $options.stopRecordingAnswer(...args))
|
|
|
} : {}, {
|
|
|
t: $data.isRecording
|
|
|
- }, $data.isRecording ? {} : {}, {
|
|
|
- v: $data.showStartRecordingButton
|
|
|
+ }, $data.isRecording ? {
|
|
|
+ v: common_vendor.t($data.recordingTimeDisplay || "00:00 / 05:00")
|
|
|
+ } : {}, {
|
|
|
+ w: $data.showStartRecordingButton
|
|
|
}, $data.showStartRecordingButton ? {
|
|
|
- w: common_vendor.o((...args) => $options.handleStartRecordingClick && $options.handleStartRecordingClick(...args))
|
|
|
+ x: common_vendor.o((...args) => $options.handleStartRecordingClick && $options.handleStartRecordingClick(...args))
|
|
|
} : {}, {
|
|
|
- x: $data.showRetryButton
|
|
|
+ y: $data.showRetryButton
|
|
|
}, $data.showRetryButton ? {
|
|
|
- y: common_vendor.o((...args) => $options.retryVideoUpload && $options.retryVideoUpload(...args))
|
|
|
- } : {}, {
|
|
|
- z: $data.showUploadStatus && $data.uploadStatusText
|
|
|
- }, $data.showUploadStatus && $data.uploadStatusText ? {
|
|
|
- A: $data.isUploading ? 1 : "",
|
|
|
- B: common_vendor.t($data.uploadStatusText)
|
|
|
- } : {}, {
|
|
|
- C: $data.isRecording
|
|
|
- }, $data.isRecording ? {
|
|
|
- D: common_vendor.t($data.recordingTimeDisplay || "00:00 / 05:00")
|
|
|
+ z: common_vendor.o((...args) => $options.retryVideoUpload && $options.retryVideoUpload(...args))
|
|
|
} : {});
|
|
|
}
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-464e78c6"]]);
|