Commit 7a85cdab1784e8088074fc81fbc199be5595252f
1 parent
b75d2157
该门店不可售的优化
Showing
1 changed file
with
3 additions
and
3 deletions
packageC/pages/presell/goodsInfo/goodsInfo.wxml
... | ... | @@ -865,7 +865,7 @@ |
865 | 865 | <view class="flex xc-ash"> |
866 | 866 | <view class="fs30 xc-black3 address_name">{{item.pickup_name}} |
867 | 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 | 869 | </view> |
870 | 870 | </view> |
871 | 871 | <view> |
... | ... | @@ -894,7 +894,7 @@ |
894 | 894 | <view class="flex xc-ash"> |
895 | 895 | <view class="fs30 xc-black3 address_name">{{item.pickup_name}} |
896 | 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 | 898 | </view> |
899 | 899 | </view> |
900 | 900 | <view> |
... | ... | @@ -925,7 +925,7 @@ |
925 | 925 | <view class="flex xc-ash"> |
926 | 926 | <view class="fs28 xc-black3 address_name">{{item.pickup_name}} |
927 | 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 | 929 | </view> |
930 | 930 | </view> |
931 | 931 | <view> | ... | ... |