Non puoi selezionare più di 25 argomenti
			Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <!-- 店铺详情页 -->
 - <view class="spdetailContainer">
 - <!-- 头部 -->
 -   <view class='spheader'>
 -       <view class='spheaderL'><image src='/assets/img/splogo.png' class='splogo'></image></view>
 -       <view class='spheaderM'>
 -       <text class='shopname'>IFROMALL (西单大悦城店)</text>
 -       <text class='shopaddress'>北京市西城区西单北大街131号</text>
 -       </view>
 -       <view class='spheaderR'>
 -         <image src='/assets/img/spcode.png' class='spcode'></image>
 -       </view>
 -   </view>
 -   <!-- 到这里去 -->
 -   <view class='spheaderNext'>
 -       <view class='NextTop'><text>北京市西城区西单北大街131号</text></view>
 -       <view class='NextBottom'>
 -           <view class='NextBottomL'><image src='/assets/img/addresslogo.png' class='addresslogo'></image>12.5km</view>
 -           <view class='NextBottomM'><text>到这里去</text></view>
 -           <view class='NextBottomR'><image src='/assets/img/spphone.png' class='spphone'></image></view>
 -       </view>
 -   </view>
 -   <!-- 门店优惠 -->
 -   <view class='storeDiscount'>
 -     <view class='storeDiscountTitle'><text>门店优惠</text></view>
 -     <view class='storeDiscountCon'>
 -         <view class='storeDiscountConItem'>
 -             <view class='ConItemL'><image src='/assets/img/food.png' class='foodpng'></image></view>
 -             <view class='ConItemR'>
 -                 <view class='ConItemRT'> 
 -                     <text>黑椒牛排</text>
 -                 </view>
 -                 <view class='ConItemRM'> 
 -                     <text class='presentPrice'>¥1.00</text> 
 -                     <text class='originalPrice'>59.00</text>
 -                 </view>
 -                 <view class='ConItemRB'>
 -                     <text class='soldnum'>已售16张</text>
 -                     <text class='buy'>购买</text>
 -                 </view>
 -             </view>
 -         </view>
 -          <view class='storeDiscountConItem'>
 -             <view class='ConItemL'><image src='/assets/img/food.png' class='foodpng'></image></view>
 -             <view class='ConItemR'>
 -                 <view class='ConItemRT'> 
 -                     <text>黑椒牛排</text>
 -                 </view>
 -                 <view class='ConItemRM'> 
 -                     <text class='presentPrice'>¥1.00</text> 
 -                     <text class='originalPrice'>59.00</text>
 -                 </view>
 -                 <view class='ConItemRB'>
 -                     <text class='soldnum'>已售16张</text>
 -                     <text class='buy'>购买</text>
 -                 </view>
 -             </view>
 -         </view>
 -          <view class='storeDiscountConItem'>
 -             <view class='ConItemL'><image src='/assets/img/food.png' class='foodpng'></image></view>
 -             <view class='ConItemR'>
 -                 <view class='ConItemRT'> 
 -                     <text>黑椒牛排</text>
 -                 </view>
 -                 <view class='ConItemRM'> 
 -                     <text class='presentPrice'>¥1.00</text> 
 -                     <text class='originalPrice'>59.00</text>
 -                 </view>
 -                 <view class='ConItemRB'>
 -                     <text class='soldnum'>已售16张</text>
 -                     <text class='buy'>购买</text>
 -                 </view>
 -             </view>
 -         </view>
 -          <view class='storeDiscountConItem'>
 -             <view class='ConItemL'><image src='/assets/img/food.png' class='foodpng'></image></view>
 -             <view class='ConItemR'>
 -                 <view class='ConItemRT'> 
 -                     <text>黑椒牛排</text>
 -                 </view>
 -                 <view class='ConItemRM'> 
 -                     <text class='presentPrice'>¥1.00</text> 
 -                     <text class='originalPrice'>59.00</text>
 -                 </view>
 -                 <view class='ConItemRB'>
 -                     <text class='soldnum'>已售16张</text>
 -                     <text class='buy'>购买</text>
 -                 </view>
 -             </view>
 -         </view>
 -     </view>
 -   </view>
 - </view>
 
 
  |