Commit 3e8cdcfd authored by youjie's avatar youjie

no message

parent f8eede71
......@@ -142,6 +142,8 @@
let methods = {
// 跳web上传
goUrlWebview(){
data.userData = uni.getStorageSync('userInfo')
console.log(data.userData,'====')
if(data.platform=='windows'||data.platform=='mac'){
data.userData = uni.getStorageSync('userInfo')
let dataContent = {
......@@ -154,6 +156,7 @@
}else{
methods.ImportInformation()
}
},
examDetails(item){
uni.navigateTo({
......
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