Commit 3e8cdcfd authored by youjie's avatar youjie

no message

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