...
|
...
|
@@ -194,7 +194,7 @@ const shop = { |
|
|
}
|
|
|
|
|
|
// param:品牌ID, name:品牌名称, miniQrType 1:商品 2 品牌,miniapp_type 0:有货,1:新与力
|
|
|
let miniPath = helpers.urlFormat('/wechat/miniapp.jpg', {
|
|
|
let miniPath = helpers.urlFormat('/api/wechat/miniapp.jpg', {
|
|
|
miniapp_type: 0,
|
|
|
param: _.get(brands, '[0].brand_id', 0),
|
|
|
name: encodeURIComponent(_.get(brands, '[0].brand_name', '')),
|
...
|
...
|
|