是否可以使用magento 2中的剔除来获得产品的图像?
我试图在micart.js上获得一个简单产品的图像
define([
'uiComponent',
'Magento_Customer/js/customer-data',
'jquery',
'ko',
'underscore',
'sidebar',
'mage/translate',
'mage/dropdown'
], function (Component, customerData, $, ko, _) {
//Code to get image
}