Skip to content

Commit

Permalink
SKU
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkang committed Jun 19, 2024
1 parent a063ccf commit 9f4d779
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,24 @@ if($address_top){
}
~~~

## sku

~~~
think_vue_media($vue,"
if(app.upload_spec_field){
console.log(dd);
for(let i in dd){
if(dd[i] && dd[i].url){
app.form[app.upload_spec_field][app.upload_spec_index].img = dd[i].url;
return;
}
}
return;
}
");
~~~




### 开源协议
Expand Down

0 comments on commit 9f4d779

Please sign in to comment.