|
@@ -1,5 +1,5 @@
|
|
|
<view class="auto">
|
|
|
- <view wx:for="{{madeList}}" class="f-box mar-t20 custom-list" data-state="{{item.state}}" bindtap='customized'>
|
|
|
+ <view wx:for="{{madeList}}" class="f-box mar-t20 custom-list" data-state="{{item.customgoodsIsAllow}}" bindtap='customized'>
|
|
|
<view class='cust-img mar-r20 mar-l20 f-box f-align-items-center'>
|
|
|
<image src="{{host}}/{{item.customgoodsNameImgJson}}" mode="aspectFit"></image>
|
|
|
</view>
|
|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
<view class='f-box mar-t20 f-s32 f-align-items-center'>
|
|
|
<view class='f-item'>
|
|
|
- <navigator class="{{item.customgoodsIsAllow === '1' ? 'disabled' : ''}} cust-btn f-s30 c-green">去定制</navigator>
|
|
|
+ <view class="{{item.customgoodsIsAllow === '1' ? 'disabled' : ''}} cust-btn f-s30 c-green">去定制</view>
|
|
|
</view>
|
|
|
<view class='tu-icon f-box f-align-items-center'>
|
|
|
<image src='/customized/images/customized/tu_icon.png' mode="aspectFit"></image>
|
|
@@ -47,6 +47,7 @@
|
|
|
<!-- 密码输入框 -->
|
|
|
<view class='pwd-box' bindtap='close' wx:if="{{pwdStatic}}">
|
|
|
<view class='pwd-main'>
|
|
|
+<view class='f-s32 pwd-title mar-b20'>请输入密码</view>
|
|
|
<view class='f-box content'>
|
|
|
<block wx:for="{{Length}}" wx:key="item">
|
|
|
<input class='iptbox' value="{{Value.length>=index+1?Value[index]:''}}" disabled password='{{ispassword}}' catchtap='Tap'></input>
|