|
@@ -42,8 +42,6 @@
|
|
|
<navigator url="#" class="product {{content.spec===item.parm?'active':''}} {{item.flag?'':'disabled'}}" wx:for="{{specRows}}" wx:key="index" bindtap="changeItemno" data-valuename="spec" data-value="{{item}}">{{item.parm}}</navigator>
|
|
|
</view>
|
|
|
</block>
|
|
|
-
|
|
|
-
|
|
|
<block wx:if="{{colorRows.length}}">
|
|
|
<view class="label">
|
|
|
颜色
|
|
@@ -52,7 +50,6 @@
|
|
|
<navigator url="#" class="product {{content.color===item.parm?'active':''}} {{item.flag?'':'disabled'}}" wx:for="{{colorRows}}" wx:key="index" bindtap="changeItemno" data-valuename="color" data-value="{{item}}">{{item.parm}}</navigator>
|
|
|
</view>
|
|
|
</block>
|
|
|
-
|
|
|
<block wx:if="{{materialRows.length}}">
|
|
|
<view class="label">
|
|
|
材质
|
|
@@ -61,7 +58,6 @@
|
|
|
<navigator url="#" class="product {{content.material===item.parm?'active':''}} {{item.flag?'':'disabled'}}" wx:for="{{materialRows}}" wx:key="index" bindtap="changeItemno" data-valuename="material" data-value="{{item}}">{{item.parm}}</navigator>
|
|
|
</view>
|
|
|
</block>
|
|
|
-
|
|
|
<block wx:if="{{cheekRows.length}}">
|
|
|
<view class="label">
|
|
|
边框
|
|
@@ -70,7 +66,6 @@
|
|
|
<navigator url="#" class="product {{content.cheek===item.parm?'active':''}} {{item.flag?'':'disabled'}}" wx:for="{{cheekRows}}" wx:key="index" bindtap="changeItemno" data-valuename="cheek" data-value="{{item}}">{{item.parm}}</navigator>
|
|
|
</view>
|
|
|
</block>
|
|
|
-
|
|
|
<!-- 定制项 -->
|
|
|
<view wx:if="{{detail.iscustomsize==1}}" style="padding-bottom: 20rpx;">
|
|
|
<view class="label">
|
|
@@ -122,6 +117,9 @@
|
|
|
<view class="row">
|
|
|
型号:{{detail.model || ' --'}}
|
|
|
</view>
|
|
|
+ <view class="row">
|
|
|
+ 规格:{{detail.standards || ' --'}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</van-tab>
|
|
|
<van-tab title="产品资料">
|