@@ -79,6 +79,7 @@ export default {
if (isReloadLoop) {
const isReload = await theCommunicationBetweenWechatAndH5IsNormal();
if (isReload) {
+ uni.removeStorageSync('isReload');
const { theme } = getsTheCurrentTopic();
this.$dialog({
title: '温馨提示',
@@ -26,7 +26,6 @@ export function isReloadBefore() {
return new Promise(resolve => {
try {
if (Number.parseInt(uni.getStorageSync('isReload')) === 1) {
- uni.removeStorageSync('isReload');
resolve(true)
return
}