|
@@ -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()
|