|
@@ -113,9 +113,9 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function goUpPage() {
|
|
function goUpPage() {
|
|
|
- uni.navigateBack()
|
|
|
|
|
clearTimeout(timer1.value);
|
|
clearTimeout(timer1.value);
|
|
|
timer1.value = null;
|
|
timer1.value = null;
|
|
|
|
|
+ handleGoLishi()
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const handleQM = throttleAdvanced((img) => {
|
|
const handleQM = throttleAdvanced((img) => {
|
|
@@ -152,7 +152,7 @@
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
function handleGoLishi() {
|
|
function handleGoLishi() {
|
|
|
- if (fromPage.value) {
|
|
|
|
|
|
|
+ if (fromPage.value == 'appcx') {
|
|
|
uni.redirectTo({
|
|
uni.redirectTo({
|
|
|
url: '/pages/client/ShouYe/shouye'
|
|
url: '/pages/client/ShouYe/shouye'
|
|
|
})
|
|
})
|