Commit 069b3f18 authored by youjie's avatar youjie

no message

parent 938925f7
......@@ -131,6 +131,8 @@
// window | mac为pc端
// android | ios为手机端
data.platform=res.platform;
console.log(data.platform)
console.log(res,'--------')
}
});
watch(
......@@ -142,7 +144,7 @@
let methods = {
// 跳web上传
goUrlWebview(){
if(data.platform=='window'||data.platform=='mac'){
if(data.platform=='windows'||data.platform=='mac'){
data.userData = uni.getStorageSync('userInfo')
let dataContent = {
Uid:data.userData.Id,
......
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