Commit 39f6100522376cb678d0e1d4195bb31e1e55562d

Authored by yvan.ni
1 parent b254c591

1.门店分类要显示全

2. 购买的文字居中
pages/goods/goodsInfo/goodsInfo.js
... ... @@ -1840,7 +1840,7 @@ Page({
1840 1840 }
1841 1841 //---通过接口获取门店的线下库存信息--
1842 1842 return getApp().request.promiseGet("/api/weshop/goods/getWareStorages",{
1843   - data:{storageNos:pkno_str,wareIds:encodeURIComponent(th.data.sele_g.erpwareid),storeId:os.stoid}
  1843 + data:{storageNos:pkno_str,wareIds:encodeURIComponent(th.data.sele_g.erpwareid),storeId:os.stoid,pageSize:2000}
1844 1844 })
1845 1845 }).then(res=>{
1846 1846 if(res.data.code==0){
... ...
pages/goods/goodsInfo/goodsInfo.wxss
... ... @@ -324,7 +324,6 @@ image {
324 324 width: 100%;
325 325 height: 100rpx;
326 326 background-color: #fff;
327   - text-align: center;
328 327 z-index: 9;
329 328 border-top: 4rpx solid #eee;
330 329  
... ... @@ -377,6 +376,7 @@ image {
377 376 color: #fff;
378 377 line-height: 70rpx;
379 378 margin-top: 16rpx;
  379 + text-align: center;
380 380  
381 381  
382 382 }
... ...