Browse Source

no message

aXin-0810 1 week ago
parent
commit
7081d67291
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/packageHome/pages/codeActivity/activityForm.vue

+ 6 - 1
src/packageHome/pages/codeActivity/activityForm.vue

@@ -191,7 +191,6 @@ export default {
       detailData: null,
       questionList: [],
       applyList: [],
-
       name: '',
       phone: '',
       address: '',
@@ -200,6 +199,12 @@ export default {
   },
 
   onLoad({ id, websitName }) {
+    if (uni.getStorageSync('activityFormjilu')) {
+      uni.removeStorageSync('activityFormjilu')
+    } else {
+      uni.setStorageSync('activityFormjilu', true)
+      window.location.reload()
+    }
     this.id = id
     this.websitName = websitName || ''
     this.getDetail()