首次完整推送,
V:1.20240808.006
This commit is contained in:
11
pages/uni-agree/utils/uni-agree.js
Normal file
11
pages/uni-agree/utils/uni-agree.js
Normal file
@ -0,0 +1,11 @@
|
||||
export default function(){
|
||||
console.log(uni.getSystemInfoSync().platform)
|
||||
let userprotocol = uni.getStorageSync('userprotocol');
|
||||
console.log('userprotocol',userprotocol);
|
||||
if(!userprotocol){
|
||||
uni.navigateTo({
|
||||
url:'/pages/uni-agree/uni-agree',
|
||||
animationType:"none"
|
||||
})
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user