Commit fc9dcc977fd752ad91adc34387c1f887c79004dd
1 parent
995d2167
OA测试返回问题修改
Showing
3 changed files
with
3 additions
and
0 deletions
app.wxss
@@ -1236,6 +1236,7 @@ background: #ffe3e2; | @@ -1236,6 +1236,7 @@ background: #ffe3e2; | ||
1236 | 1236 | ||
1237 | .bz_view22 view { | 1237 | .bz_view22 view { |
1238 | width: 470rpx; | 1238 | width: 470rpx; |
1239 | + word-break: break-all; | ||
1239 | /* max-height: 70rpx; */ | 1240 | /* max-height: 70rpx; */ |
1240 | /* overflow: hidden; */ | 1241 | /* overflow: hidden; */ |
1241 | } | 1242 | } |
pages/goods/goodsInfo/goodsInfo.js
@@ -271,6 +271,7 @@ Page({ | @@ -271,6 +271,7 @@ Page({ | ||
271 | keyword: '', //门店搜索 | 271 | keyword: '', //门店搜索 |
272 | sec_i: -1, //选中分类门店 下标 | 272 | sec_i: -1, //选中分类门店 下标 |
273 | cx_prom_group: [], //促销活动,用于显示和判断默认要用什么促销活动 | 273 | cx_prom_group: [], //促销活动,用于显示和判断默认要用什么促销活动 |
274 | + showFold:true, | ||
274 | }, | 275 | }, |
275 | 276 | ||
276 | //------初始化加载---------- | 277 | //------初始化加载---------- |
pages/goods/goodsInfo/goodsInfo.wxss
@@ -1643,6 +1643,7 @@ view.cart-btn-lg { | @@ -1643,6 +1643,7 @@ view.cart-btn-lg { | ||
1643 | 1643 | ||
1644 | .bz_view view { | 1644 | .bz_view view { |
1645 | width: 520rpx; | 1645 | width: 520rpx; |
1646 | + word-break: break-all; | ||
1646 | /* max-height: 70rpx; */ | 1647 | /* max-height: 70rpx; */ |
1647 | /* overflow: hidden; */ | 1648 | /* overflow: hidden; */ |
1648 | } | 1649 | } |