...
|
...
|
@@ -26,18 +26,17 @@ |
|
|
<!-- 价格 -->
|
|
|
<view class="register" wx:if="{{pricechose}}" bindtap="hideprice" catchtouchmove='true'>
|
|
|
<view class="pregisterwrap">
|
|
|
|
|
|
<view class="pyuan">{{priceyuan}}</view>
|
|
|
|
|
|
<view class="zy-slider" catchtap='pingbi'>
|
|
|
<zy-slider id="zy-slider1" minValue="{{leftMin}}" maxValue="{{rightMax}}" min="{{min}}" max="{{max}}" blockColor="#0099FF" backgroundColor="#B0C4DE" selectedColor="#FF1493" bind:lowValueChange="lowValueChangeAction" bind:heighValueChange="heighValueChangeAction"
|
|
|
/>
|
|
|
<!-- style="left:{{ppleft}}rpx; width:{{ppvalue-ppleft}}rpx" -->
|
|
|
<!-- <view class="pp" style="width:67%;background:red;height:10rpx;margin:50rpx auto 0">
|
|
|
<view class="ppitem"></view>
|
|
|
<view class="ppitem"></view>
|
|
|
<view class="ppitem"></view>
|
|
|
<view class="ppitem"></view>
|
|
|
<view class="pp" style="height:10rpx;margin:50rpx 0 0 5px">
|
|
|
<block wx:for='{{during}}' wx:key=''>
|
|
|
<view style="width: {{per_val}}%" class="single_item">
|
|
|
<view class="detail_num">{{item*number}}</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
</view> -->
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -47,12 +46,10 @@ |
|
|
<view class="register" wx:if="{{fenchose}}" bindtap="hidefen" catchtouchmove='true'>
|
|
|
<view class="pregisterwrap">
|
|
|
<view class="pyuan">{{score}}</view>
|
|
|
|
|
|
<view class="zy-slider">
|
|
|
<zy-slider id="zy-slider1" minValue="{{fenleftMin}}" maxValue="{{fenrightMax}}" min="{{fenmin}}" max="{{fenmax}}" blockColor="#0099FF" backgroundColor="#B0C4DE" selectedColor="#FF1493" bind:lowValueChange="fenlowValueChangeAction" bind:heighValueChange="fenheighValueChangeAction"
|
|
|
/>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
|
...
|
...
|
@@ -90,12 +87,7 @@ |
|
|
data-basic_sort="{{item.basic_sort}}" bind:heighValueChange="heighValueChangeAction1" data-parindex="{{par}}" />
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="shaisel">
|
...
|
...
|
@@ -118,8 +110,6 @@ |
|
|
<view class="nodataimg" wx:if="{{zhinenglist.length==0}}">
|
|
|
<image src="/img/wushuju.png"></image>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
<block wx:else>
|
|
|
<view class="searchitem" wx:for="{{zhinenglist}}" wx:key="" bindtap="jumpbrand" data-id="{{item.id}}">
|
|
|
<view class="searchitemleft">
|
...
|
...
|
@@ -139,9 +129,6 @@ |
|
|
</view>
|
|
|
|
|
|
<view class="starimg" bindtap="collect" data-id="{{item.id}}">
|
|
|
|
|
|
|
|
|
|
|
|
<image src="{{url}}aicon_10x.png" wx:if="{{item.is_favorite==1}}"></image>
|
|
|
<image src="{{url}}aicon_09x.png" wx:else></image>
|
|
|
</view>
|
...
|
...
|
|