|
@@ -79,6 +79,7 @@ export default {
|
|
if (isReloadLoop) {
|
|
if (isReloadLoop) {
|
|
const isReload = await theCommunicationBetweenWechatAndH5IsNormal();
|
|
const isReload = await theCommunicationBetweenWechatAndH5IsNormal();
|
|
if (isReload) {
|
|
if (isReload) {
|
|
|
|
+ uni.removeStorageSync('isReload');
|
|
const { theme } = getsTheCurrentTopic();
|
|
const { theme } = getsTheCurrentTopic();
|
|
this.$dialog({
|
|
this.$dialog({
|
|
title: '温馨提示',
|
|
title: '温馨提示',
|