|
@@ -0,0 +1,48 @@
|
|
|
+<!--components/user/nearByList/index.wxml-->
|
|
|
+<wxs module="filters" src="../../../filters/user/index.wxs" />
|
|
|
+<view class='bw' style='margin-bottom: 20rpx'>
|
|
|
+ <view class='nearByList flex border-bottom'>
|
|
|
+ <image lazy-load='true' src='{{info.pic}}'></image>
|
|
|
+ <view class='info flex_one'>
|
|
|
+ <text class='font16'>{{info.title}}</text>
|
|
|
+ <view class='info-price font14 flex flex_ac flex_sb'>
|
|
|
+ <view class='flex flex_ac'>
|
|
|
+ <rate class='font14 bold' size="{{20}}"></rate>
|
|
|
+ <text class='font13 command'>{{info.command}}人推荐</text>
|
|
|
+ </view>
|
|
|
+ <text class='header-intro font12 tc'>{{info.intro}}</text>
|
|
|
+ </view>
|
|
|
+ <view class='info-address clearfix'>
|
|
|
+ <image lazy-load='true' class='fl' src='/icons/base/weizhi@3x.png'></image>
|
|
|
+ <text class='fl font12'>{{info.address}}</text>
|
|
|
+ <text class='fr font12'>{{info.distance}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class='nearByListInfo bw'>
|
|
|
+ <view class='flex flex_ac flex_sb'>
|
|
|
+ <view class='flex flex_ac'>
|
|
|
+ <image src='{{filters.buyType(status)}}' class='header-badge'></image>
|
|
|
+ <view class='info-price font14'>到店
|
|
|
+ <text class='font14'>{{info.discount}}</text>
|
|
|
+ </view>
|
|
|
+ <image lazy-load='true' src='{{info.mark}}' style='width:75rpx;height:52rpx'></image>
|
|
|
+ </view>
|
|
|
+ <text class='sale font12 tc'>售{{info.saleprice}} 赚{{info.earnprice}}</text>
|
|
|
+ </view>
|
|
|
+ <view class='flex flex_ac flex_sb last'>
|
|
|
+ <view class='flex flex_ac'>
|
|
|
+ <image src='{{filters.buyType(status)}}' class='header-badge'></image>
|
|
|
+ <view class='info-price font14'>到店
|
|
|
+ <text class='font14'>{{info.newprice}}</text>
|
|
|
+ <text class='font14 del'>{{info.oldprice}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <text class='sale font12 tc'>售{{info.saleprice}} 赚{{info.earnprice}}</text>
|
|
|
+ </view>
|
|
|
+ <text class='bc load-more-data bw font13 tc'>
|
|
|
+ <text>更多优惠 </text>
|
|
|
+ <text class='iconfont arrow-down'></text>
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+</view>
|