|  |  | @@ -26,7 +26,7 @@ | 
		
	
		
			
			|  |  |  | <text>商户位置</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='merchants'> | 
		
	
		
			
			|  |  |  | <text wx:for="{{shopVoList}}" wx:key="{{index}}">{{item.buildingName}} {{item.floorName}} {{item.shopNumber}}</text> | 
		
	
		
			
			|  |  |  | <text wx:for="{{shopVoList}}" wx:key="{{index}}">{{item.buildingName}}{{item.floorName}}--{{item.shopNumber}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
	
		
			
				|  |  | @@ -36,7 +36,7 @@ | 
		
	
		
			
			|  |  |  | <text>联系商户</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view> | 
		
	
		
			
			|  |  |  | <view style='display:block;text-align:right;margin-right:20rpx;'> | 
		
	
		
			
			|  |  |  | <view style='display:block;text-align:left;margin-right:20rpx;'> | 
		
	
		
			
			|  |  |  | <text>{{data.merchantLinkPhone}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <image bindtap='phone' data-merchantLinkPhone='{{data.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> | 
		
	
	
		
			
				|  |  | 
 |