Commit d846579244da15feeeadb0a694ec62b872736ec1
1 parent
6a43cac4
组合购页面文字修改
Showing
1 changed file
with
1 additions
and
1 deletions
packageB/pages/zuhegou/index/index.wxml
1 | 1 | <wxs module="filters" src="../../../../utils/filter.wxs"></wxs> |
2 | 2 | <view wx:if="{{act}}" class="container"> |
3 | 3 | <view class="flex jc_sb"> |
4 | - <view class="white">以下商品{{act.zhprice}}元任选{{act.zhbuyqty}}件</view> | |
4 | + <view class="white">以下商品{{act.zhprice}}元选择{{act.zhbuyqty}}件</view> | |
5 | 5 | <view class="rule-container" bindtap="showRule">规则详情 |
6 | 6 | <text class="iconfont icon-arrow_right"></text> |
7 | 7 | </view> | ... | ... |