| 
					
				 | 
			
			
				@@ -4,29 +4,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- <view class="topShadow"></view> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <view class="slider-count">{{current + 1}}/{{5}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <swiper indicator-dots="{{false}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" bindchange="changeSwiper"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <view class="swiper-item "> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <image src="https://oss.dayaedu.com/ktyq/1731664204915.png"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      </swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <view class="swiper-item "> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <image src="https://oss.dayaedu.com/ktyq/1731664238525.png"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      </swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <view class="swiper-item "> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <image src="https://oss.dayaedu.com/ktyq/1731664250837.png"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      </swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <view class="swiper-item "> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <image src="https://oss.dayaedu.com/ktyq/1731664259087.png"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      </swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <view class="swiper-item "> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <image src="https://oss.dayaedu.com/ktyq/1731664269098.png"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <swiper-item wx:for="{{imgList}}" wx:key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <view class="swiper-item"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <image bind:tap="onPreivewBannerImg" data-src="{{ item }}" src="{{ item }}"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </swiper> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -62,10 +42,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <view class="goodsIntro"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <view class="title">图文详情</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <view class="images"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <image mode="widthFix" src="https://oss.dayaedu.com/ktyq/1731664304424.png"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <image mode="widthFix" src="https://oss.dayaedu.com/ktyq/1731664318588.png"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <image mode="widthFix" src="https://oss.dayaedu.com/ktyq/1731664330981.png"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <image mode="widthFix" src="https://oss.dayaedu.com/ktyq/1732085582320.png"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <block wx:for="{{goodsImgList}}" wx:key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <image  mode="widthFix" bind:tap="onPreivewGoodsImg" data-src="{{item}}" src="{{item}}"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </block> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </view> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -91,7 +70,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <view class="product-section"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <view class="product-img"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <image src="{{ selected.pic }}"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <image bind:tap="onPreivewGoods" data-src="{{ selected.pic }}" src="{{ selected.pic }}"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <view class="product-left"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <view class="currentPrice"> 
			 |