...
|
...
|
@@ -412,7 +412,7 @@ |
|
|
iconPath: '../../static/image/Group_673.png'
|
|
|
})
|
|
|
tempArr.forEach(item => {
|
|
|
if(index == 0 && Object.keys(this.versiondata).length == 0 && !uni.getStorageSync('landAlertFlag')){
|
|
|
if(index == 0 && Object.keys(this.versiondata).length == 0 && uni.getStorageSync('landAlertFlag') == this.userinfo.id){
|
|
|
item.showSlide = true
|
|
|
}else{
|
|
|
item.showSlide = false
|
...
|
...
|
@@ -465,7 +465,6 @@ |
|
|
|
|
|
//如果登录人是游侠第一次登录弹出成为地主弹框
|
|
|
if(this.userinfo.group_id == '1' && uni.getStorageSync('landAlertFlag') != this.userinfo.id){
|
|
|
uni.setStorageSync('landAlertFlag',this.userinfo.id)
|
|
|
this.showBecomeLand = true
|
|
|
}
|
|
|
|
...
|
...
|
@@ -528,6 +527,7 @@ |
|
|
},
|
|
|
closeBecomeLand(){
|
|
|
this.showBecomeLand = false
|
|
|
uni.setStorageSync('landAlertFlag',this.userinfo.id)
|
|
|
if(!this.showUpdateVersion){
|
|
|
this.resetLandList()
|
|
|
}
|
...
|
...
|
@@ -642,6 +642,7 @@ |
|
|
}
|
|
|
},
|
|
|
agree(){
|
|
|
uni.setStorageSync('landAlertFlag',this.userinfo.id)
|
|
|
if(uni.getStorageSync("token")){
|
|
|
this.closeBecomeLand()
|
|
|
uni.navigateTo({
|
...
|
...
|
|