Fork自 DCloud / uni-starter
export default function checkIsAgree(){ if (uni.getSystemInfoSync().platform == "android") { let iKnowAgree = uni.getStorageSync('iKnowAgree') || false; if(!iKnowAgree){ uni.navigateTo({ url:'/uni_modules/uni-agree/pages/uni-agree/uni-agree' }) } } }