小程序现在版本结束了

This commit is contained in:
Teng 2025-10-31 08:35:08 +08:00
parent 64fbf91182
commit b255dff4eb
6 changed files with 15 additions and 13 deletions

View File

@ -173,6 +173,7 @@
} }
const alldata = ref(""); const alldata = ref("");
const contentred = ref("") const contentred = ref("")
const specialImge = ref("")
const applyStatus = ref(false); const applyStatus = ref(false);
onLoad((options) => { onLoad((options) => {
if (options.applyStatus) { if (options.applyStatus) {
@ -194,7 +195,7 @@
textArray[7] = `${data.startTime}-${swapLongTerm(data.endTime)}`; textArray[7] = `${data.startTime}-${swapLongTerm(data.endTime)}`;
fontphoto.value = data.idCardPositive fontphoto.value = data.idCardPositive
endphoto.value = data.idCardNegative endphoto.value = data.idCardNegative
specialImge.value = data.guardianIdCardPositive specialImge.value = data.idCardPositive
}) })
const changeMessage = () => { const changeMessage = () => {

View File

@ -151,10 +151,10 @@
const jumpto = () => { const jumpto = () => {
uni.setStorageSync('firstlogin', true);
uni.reLaunch({ uni.reLaunch({
url: `/pages/login/callback` url: `/pages/login/callback`
}); });
uni.setStorageSync('firstlogin', true);
} }
const phone = ref(""); const phone = ref("");

View File

@ -1,8 +1,8 @@
{ {
"hash": "1d3b57d4", "hash": "0fef998e",
"configHash": "cb3d489b", "configHash": "b8175d28",
"lockfileHash": "1a1f2133", "lockfileHash": "1a1f2133",
"browserHash": "4a651108", "browserHash": "ec8b2cac",
"optimized": {}, "optimized": {},
"chunks": {} "chunks": {}
} }

File diff suppressed because one or more lines are too long

View File

@ -7050,9 +7050,9 @@ function isConsoleWritable() {
return isWritable; return isWritable;
} }
function initRuntimeSocketService() { function initRuntimeSocketService() {
const hosts = "127.0.0.1"; const hosts = "192.168.2.27,127.0.0.1";
const port = "8090"; const port = "8090";
const id = "mp-weixin_ZPQFk3"; const id = "mp-weixin_NI4Ahc";
const lazy = typeof swan !== "undefined"; const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => { let restoreError = lazy ? () => {
} : initOnError(); } : initOnError();

View File

@ -64,6 +64,7 @@ const _sfc_main = {
}; };
const alldata = common_vendor.ref(""); const alldata = common_vendor.ref("");
const contentred = common_vendor.ref(""); const contentred = common_vendor.ref("");
const specialImge = common_vendor.ref("");
const applyStatus = common_vendor.ref(false); const applyStatus = common_vendor.ref(false);
common_vendor.onLoad((options) => { common_vendor.onLoad((options) => {
if (options.applyStatus) { if (options.applyStatus) {
@ -84,7 +85,7 @@ const _sfc_main = {
textArray[7] = `${data.startTime}-${compontent_public_long.swapLongTerm(data.endTime)}`; textArray[7] = `${data.startTime}-${compontent_public_long.swapLongTerm(data.endTime)}`;
fontphoto.value = data.idCardPositive; fontphoto.value = data.idCardPositive;
endphoto.value = data.idCardNegative; endphoto.value = data.idCardNegative;
specialImge.value = data.guardianIdCardPositive; specialImge.value = data.idCardPositive;
}); });
const changeMessage = () => { const changeMessage = () => {
if (alldata.value.elderModifyStatus == "1") { if (alldata.value.elderModifyStatus == "1") {
@ -119,10 +120,10 @@ const _sfc_main = {
}, !applyStatus.value ? { }, !applyStatus.value ? {
h: common_vendor.o(changeMessage) h: common_vendor.o(changeMessage)
} : {}, { } : {}, {
i: _ctx.specialImge ? `${common_vendor.unref(request_index.media_base_url)}${_ctx.specialImge}` : `https://www.focusnu.com/media/directive/index/IDcard.png`, i: specialImge.value ? `${common_vendor.unref(request_index.media_base_url)}${specialImge.value}` : `https://www.focusnu.com/media/directive/index/IDcard.png`,
j: !_ctx.specialImge j: !specialImge.value
}, !_ctx.specialImge ? {} : {}, { }, !specialImge.value ? {} : {}, {
k: common_vendor.o(($event) => getMessage(`${common_vendor.unref(request_index.media_base_url)}${_ctx.specialImge}`)), k: common_vendor.o(($event) => getMessage(`${common_vendor.unref(request_index.media_base_url)}${specialImge.value}`)),
l: endphoto.value ? `${common_vendor.unref(request_index.media_base_url)}${endphoto.value}` : `https://www.focusnu.com/media/directive/index/backIDcard.png`, l: endphoto.value ? `${common_vendor.unref(request_index.media_base_url)}${endphoto.value}` : `https://www.focusnu.com/media/directive/index/backIDcard.png`,
m: !endphoto.value m: !endphoto.value
}, !endphoto.value ? {} : {}, { }, !endphoto.value ? {} : {}, {