zhanghui преди 1 година
родител
ревизия
a5e4287df8
променени са 2 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 3 1
      pages/groupbuying_details/index.vue
  2. 1 1
      uni_modules/uview-ui/components/u-album/u-album.vue

+ 3 - 1
pages/groupbuying_details/index.vue

@@ -105,7 +105,7 @@
 
 							<view class="product-intro " id="past3">
 								<!--						<view class="title">{{ $t(`产品介绍`) }}</view>-->
-								<u-album  :urls="storeInfo.detailImage" :rowCount="1" :multipleSize="albumWidth" maxCount="9999"
+								<u-album  :urls="storeInfo.detailImage" :rowCount="1" :multipleSize="albumWidth" maxCount="9999" :singleSize="windWidth"
 										 multipleMode="widthFix"></u-album>
 							</view>
 
@@ -285,6 +285,7 @@
 
 <script>
 let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
+let windWidth = uni.getSystemInfoSync().windowWidth
 import {detailGroupon, goodsDetail,bindParentId} from '@/api/groupon.js'
 import {
 	getGoodsDetail, getUserAddressByUserId, postBeforeCheck, getAvailableCheck
@@ -384,6 +385,7 @@ export default {
 			attrAddrValue: '请选择收获地址',
 			imgHost: HTTP_REQUEST_URL,
 			sysHeight: sysHeight,
+			windWidth:windWidth,
 			a: false,
 			showSkeleton: false, //骨架屏显示隐藏
 			isNodes: 0, //控制什么时候开始抓取元素节点,只要数值改变就重新抓取

+ 1 - 1
uni_modules/uview-ui/components/u-album/u-album.vue

@@ -256,4 +256,4 @@ export default {
         }
     }
 }
-</style>
+</style>