|
@@ -187,9 +187,10 @@ export default {
|
|
|
} else { //选择图片
|
|
} else { //选择图片
|
|
|
that.visible = false;
|
|
that.visible = false;
|
|
|
if (that.itemOrSrc && that.itemOrSrc == 'item') {
|
|
if (that.itemOrSrc && that.itemOrSrc == 'item') {
|
|
|
|
|
+ that.dataList[index].url=that.dataList[index].linkUrl
|
|
|
that.onSuccess.call(this, that.dataList[index]);
|
|
that.onSuccess.call(this, that.dataList[index]);
|
|
|
} else {
|
|
} else {
|
|
|
- that.onSuccess.call(this, that.dataList[index].src);
|
|
|
|
|
|
|
+ that.onSuccess.call(this, that.dataList[index].linkUrl);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|