Browse Source

auto commit

gcz 4 years ago
parent
commit
7738f37910
3 changed files with 16 additions and 9 deletions
  1. 5 4
      config/config.js
  2. 2 0
      pages/product/product.css
  3. 9 5
      pages/product/product.vue

+ 5 - 4
config/config.js

@@ -21,14 +21,15 @@ const config = {
 	// loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/gcz/#/',//登录后跳转到测试链接 东东
 
 	// 公司测试配置
-	apiBaseurl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal',//测试
+	// apiBaseurl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal',//测试
 	// loginUrl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',
-	loginUrl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/hhforest/',//登录后跳转到测试链接
+	// loginUrl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/hhforest/',//登录后跳转到测试链接
+	// loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',//登录后跳转链接
 	
 	
 	//online 线上配置
-	// loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://wxh5.gzqlyx.com/#/',//登录后跳转链接
-	// apiBaseurl:'http://wxh5.gzqlyx.com/api/forest-portal',
+	loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://wxh5.gzqlyx.com/#/',//登录后跳转链接
+	apiBaseurl:'http://wxh5.gzqlyx.com/api/forest-portal',
 
 	
 	

+ 2 - 0
pages/product/product.css

@@ -49,6 +49,8 @@ page{background-color: #F6F7F8;}
 .recommend-item-til{padding: 0 13rpx;margin-bottom: 4rpx;font-size: 24rpx;color: #333;line-height: 33rpx;height: 66rpx;overflow: hidden;}
 .recommend-list .product-info-price{padding: 0 9rpx;}
 
+.page-article >>> img{display: block;width: 100%;text-indent: 0;margin-bottom: 24rpx;}
+
 
 
 

+ 9 - 5
pages/product/product.vue

@@ -2,10 +2,14 @@
 	<view class="pages">
 		<view class="appAdv">
 			<swiper class="swiper" :indicator-dots="swiper.indicatorDots" :autoplay="swiper.autoplay" :interval="swiper.interval" :duration="swiper.duration">
-				<!-- <swiper-item v-for="(item,index) in albumPics" :key="index"> -->
-				<swiper-item>
-					<view class="adv-item"><image :src="$getimg+product.pic|miniImg(50)+'/thumbnail/750x'" class="pic" mode="aspectFit"></image></view>
+				<swiper-item v-for="(item,index) in albumPics" :key="index">
+					<view class="adv-item">
+						<image :src="$getimg+item|miniImg(75)+'/thumbnail/600x300'" class="pic" mode="aspectFit"></image>
+					</view>
 				</swiper-item>
+				<!-- <swiper-item>
+					<view class="adv-item"><image :src="$getimg+product.pic|miniImg(50)+'/thumbnail/750x'" class="pic" mode="aspectFit"></image></view>
+				</swiper-item> -->
 			</swiper>
 		</view>
 		<!-- 轮播结束 -->
@@ -80,7 +84,7 @@
 				<!-- <view class="page-article-text">
 					{{product.description}}
 				</view> -->
-				<image v-for="(item,index) in albumPics" :key="index" :src="$getimg+item|miniImg(50)+'/thumbnail/750x'" class="full-img" mode="widthFix"></image>
+				<!-- <image v-for="(item,index) in albumPics" :key="index" :src="$getimg+item|miniImg(50)+'/thumbnail/750x'" class="full-img" mode="widthFix"></image> -->
 			</view>			
 		</view>
 		<!-- 产品介绍 end -->
@@ -137,7 +141,7 @@
 				},
 				phoneNumber:'',
 				swiper: {
-					indicatorDots: false,
+					indicatorDots: true,
 					autoplay: true,
 					interval: 9000,
 					duration: 500