Commit 82f1b0b4 by 陈玉桐

test

parent 408f72ab
......@@ -468,7 +468,9 @@ export default {
var u = navigator.userAgent, app = navigator.appVersion;
var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
// if (isiOS) {
me.uploadPic = res.localIds[0] // 返回选定照片的本地ID列表,localId可以作为img标签的src属性显示图片
me.option.img = res.localIds[0]
me.cropperShow = true
// me.uploadPic = res.localIds[0] // 返回选定照片的本地ID列表,localId可以作为img标签的src属性显示图片
// }else{
// wx.getLocalImgData({
// localId: res.localIds[0], // 图片的localID
......
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