|
@@ -199,12 +199,12 @@ export default {
|
|
|
},
|
|
|
|
|
|
onLoad({ id, websitName }) {
|
|
|
- if (uni.getStorageSync('activityFormjilu')) {
|
|
|
- uni.removeStorageSync('activityFormjilu')
|
|
|
- } else {
|
|
|
- uni.setStorageSync('activityFormjilu', true)
|
|
|
- window.location.reload()
|
|
|
- }
|
|
|
+ // if (uni.getStorageSync('activityFormjilu')) {
|
|
|
+ // uni.removeStorageSync('activityFormjilu')
|
|
|
+ // } else {
|
|
|
+ // uni.setStorageSync('activityFormjilu', true)
|
|
|
+ // window.location.reload()
|
|
|
+ // }
|
|
|
this.id = id
|
|
|
this.websitName = websitName || ''
|
|
|
this.getDetail()
|