@@ -113,9 +113,9 @@
}
function goUpPage() {
- uni.navigateBack()
clearTimeout(timer1.value);
timer1.value = null;
+ handleGoLishi()
const handleQM = throttleAdvanced((img) => {
@@ -152,7 +152,7 @@
function handleGoLishi() {
- if (fromPage.value) {
+ if (fromPage.value == 'appcx') {
uni.redirectTo({
url: '/pages/client/ShouYe/shouye'
})
@@ -112,9 +112,9 @@
+ handleGoLishi();
@@ -84,7 +84,7 @@
if (!data.idcard) {
arr.push('证件号');
- if (!data.realName || !data.userName||!data.icon||!data.idcard) {
+ if (!data.realName || !data.userName||!data.idcard) {
uni.showToast({
icon: 'none',
title: `请完善${arr.join('、')}信息!`