Commit f190f75fbe8011c6b78cb58fba20ee8d625d523f
Merge branch 'dev_oa_fu4' into dev
Showing
1 changed file
with
1 additions
and
1 deletions
packageB/pages/zuhegou/index/index.wxml
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | </view> | 16 | </view> |
17 | 17 | ||
18 | 18 | ||
19 | - <view class="c_w mt20 fs28">门店: | 19 | + <view class="c_w mt20 fs28">选择门店: |
20 | <block wx:if="{{def_pick_store}}"> | 20 | <block wx:if="{{def_pick_store}}"> |
21 | <text wx:if="{{all_price>0}}">{{def_pick_store.pickup_name}}</text> | 21 | <text wx:if="{{all_price>0}}">{{def_pick_store.pickup_name}}</text> |
22 | <text wx:else bindtap="choose_store">{{def_pick_store.pickup_name}}</text> | 22 | <text wx:else bindtap="choose_store">{{def_pick_store.pickup_name}}</text> |