Commit cda6b414 authored by xieyishang's avatar xieyishang

addxx

parent 760aaabb
...@@ -48,6 +48,10 @@ export default function request(api, method, data, {noAuth = false, noVerify = f ...@@ -48,6 +48,10 @@ export default function request(api, method, data, {noAuth = false, noVerify = f
store.commit('Timer',''); store.commit('Timer','');
} }
if(api=='store/newsRemind'){//直接返回
return false;
}
uni.showModal({ uni.showModal({
title: '提示', title: '提示',
content: '您还没有登录授权,是否先登录授权?', content: '您还没有登录授权,是否先登录授权?',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment