分享图问题修复,翻译部分代码
This commit is contained in:
parent
87f777ca78
commit
76b7832908
@ -18114,6 +18114,7 @@
|
|||||||
s = $input.attr('imgSize') || 0,//4583
|
s = $input.attr('imgSize') || 0,//4583
|
||||||
a = $input.attr('fileId') || 0,//4584
|
a = $input.attr('fileId') || 0,//4584
|
||||||
e = $input.attr('uptype') || 0;//4585
|
e = $input.attr('uptype') || 0;//4585
|
||||||
|
var id=$input.attr('id');
|
||||||
var msType= $input.attr('msType');//msType4522
|
var msType= $input.attr('msType');//msType4522
|
||||||
// $(n[_x41903[476]])[_x41903[217]](_x41903[4522]);//msType4522
|
// $(n[_x41903[476]])[_x41903[217]](_x41903[4522]);//msType4522
|
||||||
if (1 == e) {
|
if (1 == e) {
|
||||||
@ -18125,16 +18126,23 @@
|
|||||||
// }, $(n[_x41903[476]])[_x41903[217]](_x41903[4583]));
|
// }, $(n[_x41903[476]])[_x41903[217]](_x41903[4583]));
|
||||||
// });
|
// });
|
||||||
if (s) {
|
if (s) {
|
||||||
l.pageList.forEach((e,t)=>{
|
l.pageList.forEach((el,t)=>{
|
||||||
console.log("e.Id---"+e.Id);
|
console.log("el.Id---"+el.Id);
|
||||||
console.log("e.Id---"+t[_x41903[4453]]);
|
console.log("el.Id---"+t[_x41903[4453]]);
|
||||||
console.log(e.Id===a);
|
if(el.Id == a){
|
||||||
if(e.Id == a){
|
// publicFun[_x41903[4586]]($(n[_x41903[476]])[_x41903[217]](_x41903[124]), function(e) {
|
||||||
publicFun[_x41903[4586]]($(n[_x41903[476]])[_x41903[217]](_x41903[124]), function(e) {
|
// if(250 == e.status){
|
||||||
if(250 == e[_x41903[686]]){
|
// $.dialog.alert("上传发生错误");
|
||||||
$[_x41903[2030]][_x41903[4089]](e[_x41903[4587]] || __(_x41903[4588]));
|
// // $[_x41903[2030]][_x41903[4089]](e[_x41903[4587]] || __(_x41903[4588]));
|
||||||
|
// }
|
||||||
|
// el.ShareImg = e.data.url;
|
||||||
|
// c();
|
||||||
|
// }, s);
|
||||||
|
publicFun.uploadImage(id, function(e) {
|
||||||
|
if(250 == e.status){
|
||||||
|
$.dialog.alert("上传发生错误");
|
||||||
}
|
}
|
||||||
t[_x41903[4589]] = e[_x41903[473]][_x41903[688]];
|
el.ShareImg = e.data.url;
|
||||||
c();
|
c();
|
||||||
}, s);
|
}, s);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user