Commit 7a85cdab1784e8088074fc81fbc199be5595252f

Authored by yvan.ni
1 parent b75d2157

该门店不可售的优化

packageC/pages/presell/goodsInfo/goodsInfo.wxml
@@ -865,7 +865,7 @@ @@ -865,7 +865,7 @@
865 <view class="flex xc-ash"> 865 <view class="flex xc-ash">
866 <view class="fs30 xc-black3 address_name">{{item.pickup_name}} 866 <view class="fs30 xc-black3 address_name">{{item.pickup_name}}
867 <text class="c-red22" wx:if="{{item.is_no_dis}}">(配送不匹配)</text> 867 <text class="c-red22" wx:if="{{item.is_no_dis}}">(配送不匹配)</text>
868 - <text class="c-red22" wx:elif="{{item.is_no_dis_act}}">(该不可售)</text> 868 + <text class="c-red22" wx:elif="{{item.is_no_dis_act}}">(该不可售)</text>
869 </view> 869 </view>
870 </view> 870 </view>
871 <view> 871 <view>
@@ -894,7 +894,7 @@ @@ -894,7 +894,7 @@
894 <view class="flex xc-ash"> 894 <view class="flex xc-ash">
895 <view class="fs30 xc-black3 address_name">{{item.pickup_name}} 895 <view class="fs30 xc-black3 address_name">{{item.pickup_name}}
896 <text class="c-red22" wx:if="{{item.is_no_dis}}">(配送不匹配)</text> 896 <text class="c-red22" wx:if="{{item.is_no_dis}}">(配送不匹配)</text>
897 - <text class="c-red22" wx:elif="{{item.is_no_dis_act}}">(该不可售)</text> 897 + <text class="c-red22" wx:elif="{{item.is_no_dis_act}}">(该不可售)</text>
898 </view> 898 </view>
899 </view> 899 </view>
900 <view> 900 <view>
@@ -925,7 +925,7 @@ @@ -925,7 +925,7 @@
925 <view class="flex xc-ash"> 925 <view class="flex xc-ash">
926 <view class="fs28 xc-black3 address_name">{{item.pickup_name}} 926 <view class="fs28 xc-black3 address_name">{{item.pickup_name}}
927 <text class="c-red22" wx:if="{{item.is_no_dis}}">(配送不匹配)</text> 927 <text class="c-red22" wx:if="{{item.is_no_dis}}">(配送不匹配)</text>
928 - <text class="c-red22" wx:elif="{{item.is_no_dis_act}}">(该不可售)</text> 928 + <text class="c-red22" wx:elif="{{item.is_no_dis_act}}">(该不可售)</text>
929 </view> 929 </view>
930 </view> 930 </view>
931 <view> 931 <view>