|
@@ -176,7 +176,9 @@ const store = new Vuex.Store({
|
|
console.log(res)
|
|
console.log(res)
|
|
context.commit('setStoreAuthInfo',res.data || null)
|
|
context.commit('setStoreAuthInfo',res.data || null)
|
|
if(res.status == 200){
|
|
if(res.status == 200){
|
|
- if(res.data&&res.data.auditStatus=='PASS'){
|
|
|
|
|
|
+ const showStoreAuthTips = uni.getStorageSync('showStoreAuthTips')
|
|
|
|
+ if(res.data&&res.data.auditStatus=='PASS'&&!showStoreAuthTips){
|
|
|
|
+ uni.setStorageSync('showStoreAuthTips',1)
|
|
uni.showModal({
|
|
uni.showModal({
|
|
title: '提示',
|
|
title: '提示',
|
|
content: '门店认证审核已通过,请重新登录!',
|
|
content: '门店认证审核已通过,请重新登录!',
|