diff --git a/pages/cart/cart2/cart2.wxml b/pages/cart/cart2/cart2.wxml index 6b9968a..e281251 100644 --- a/pages/cart/cart2/cart2.wxml +++ b/pages/cart/cart2/cart2.wxml @@ -51,8 +51,11 @@ - {{items.goods_spec}} - {{items.goods_color==null || items.goods_color=='' ?"":"/"+items.goods_color}} + 规格1 + + {{items.goods_spec}}/ + {{items.goods_color}} + @@ -167,10 +170,16 @@ {{bn_goods.goods_name}} - - 商品属性: - {{bn_goods.goods_spec}}/{{bn_goods.goods_color}} + + + 规格1 + + {{bn_goods.goods_spec}}/ + {{bn_goods.goods_color}} + + + diff --git a/pages/cart/cart2_pt/cart2_pt.wxml b/pages/cart/cart2_pt/cart2_pt.wxml index 488abcb..118226b 100644 --- a/pages/cart/cart2_pt/cart2_pt.wxml +++ b/pages/cart/cart2_pt/cart2_pt.wxml @@ -114,7 +114,7 @@ 留言 - + diff --git a/pages/index/index/index.js b/pages/index/index/index.js index 2e36821..5e01fbb 100644 --- a/pages/index/index/index.js +++ b/pages/index/index/index.js @@ -165,7 +165,7 @@ Page({ //----广告---- var e = this; await getApp().request.promiseGet("/api/weshop/ad/list?pid=2&store_id=" + o.stoid, { - 1:1 + data:{enabled:1} }).then(res=>{ var a = res.data.data; var arr = new Array(); diff --git a/pages/user/collect_list/collect_list.wxss b/pages/user/collect_list/collect_list.wxss index bac30c9..534bf95 100644 --- a/pages/user/collect_list/collect_list.wxss +++ b/pages/user/collect_list/collect_list.wxss @@ -185,8 +185,8 @@ page { } .commodity .collects_max .collect .collect_image image { - width: 100%; - height: 100%; + width: 183rpx; + height: 183rpx; } .commodity .collects_max .collect .attribute { @@ -198,7 +198,6 @@ page { .commodity .collects_max .collect .attribute .attribute_name { height: 68rpx; align-items: center; - width: 474rpx; } .commodity .collects_max .collect .attribute .attribute_name .name {