小程序现在版本结束了
This commit is contained in:
parent
64fbf91182
commit
b255dff4eb
|
|
@ -173,6 +173,7 @@
|
|||
}
|
||||
const alldata = ref("");
|
||||
const contentred = ref("")
|
||||
const specialImge = ref("")
|
||||
const applyStatus = ref(false);
|
||||
onLoad((options) => {
|
||||
if (options.applyStatus) {
|
||||
|
|
@ -194,7 +195,7 @@
|
|||
textArray[7] = `${data.startTime}-${swapLongTerm(data.endTime)}`;
|
||||
fontphoto.value = data.idCardPositive
|
||||
endphoto.value = data.idCardNegative
|
||||
specialImge.value = data.guardianIdCardPositive
|
||||
specialImge.value = data.idCardPositive
|
||||
})
|
||||
const changeMessage = () => {
|
||||
|
||||
|
|
|
|||
|
|
@ -151,10 +151,10 @@
|
|||
|
||||
|
||||
const jumpto = () => {
|
||||
uni.setStorageSync('firstlogin', true);
|
||||
uni.reLaunch({
|
||||
url: `/pages/login/callback`
|
||||
});
|
||||
uni.setStorageSync('firstlogin', true);
|
||||
}
|
||||
|
||||
const phone = ref("");
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"hash": "1d3b57d4",
|
||||
"configHash": "cb3d489b",
|
||||
"hash": "0fef998e",
|
||||
"configHash": "b8175d28",
|
||||
"lockfileHash": "1a1f2133",
|
||||
"browserHash": "4a651108",
|
||||
"browserHash": "ec8b2cac",
|
||||
"optimized": {},
|
||||
"chunks": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -7050,9 +7050,9 @@ function isConsoleWritable() {
|
|||
return isWritable;
|
||||
}
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "127.0.0.1";
|
||||
const hosts = "192.168.2.27,127.0.0.1";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_ZPQFk3";
|
||||
const id = "mp-weixin_NI4Ahc";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@ const _sfc_main = {
|
|||
};
|
||||
const alldata = common_vendor.ref("");
|
||||
const contentred = common_vendor.ref("");
|
||||
const specialImge = common_vendor.ref("");
|
||||
const applyStatus = common_vendor.ref(false);
|
||||
common_vendor.onLoad((options) => {
|
||||
if (options.applyStatus) {
|
||||
|
|
@ -84,7 +85,7 @@ const _sfc_main = {
|
|||
textArray[7] = `${data.startTime}-${compontent_public_long.swapLongTerm(data.endTime)}`;
|
||||
fontphoto.value = data.idCardPositive;
|
||||
endphoto.value = data.idCardNegative;
|
||||
specialImge.value = data.guardianIdCardPositive;
|
||||
specialImge.value = data.idCardPositive;
|
||||
});
|
||||
const changeMessage = () => {
|
||||
if (alldata.value.elderModifyStatus == "1") {
|
||||
|
|
@ -119,10 +120,10 @@ const _sfc_main = {
|
|||
}, !applyStatus.value ? {
|
||||
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`,
|
||||
j: !_ctx.specialImge
|
||||
}, !_ctx.specialImge ? {} : {}, {
|
||||
k: common_vendor.o(($event) => getMessage(`${common_vendor.unref(request_index.media_base_url)}${_ctx.specialImge}`)),
|
||||
i: specialImge.value ? `${common_vendor.unref(request_index.media_base_url)}${specialImge.value}` : `https://www.focusnu.com/media/directive/index/IDcard.png`,
|
||||
j: !specialImge.value
|
||||
}, !specialImge.value ? {} : {}, {
|
||||
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`,
|
||||
m: !endphoto.value
|
||||
}, !endphoto.value ? {} : {}, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue