Commit c5fe0bdf authored by Mac's avatar Mac

1

parent 6489f9c9
......@@ -123,13 +123,13 @@
<view class="active_Title">活动规则</view>
<view class="active_Inner">
<view v-if="dataList.Type==1" >
活动期间累计,订单数量需满足{{dataList.OrderNum}}
活动期间累计订单数量需满足{{dataList.OrderNum}}
</view>
<view v-if="dataList.Type==2">
活动期间累计,订单金额需满足{{dataList.OrderMoney}}
活动期间累计订单金额需满足{{dataList.OrderMoney}}
</view>
<view v-if="dataList.Type==3">
活动期间累计,商品数量需满足{{dataList.GoodsNum}}
活动期间累计商品数量需满足{{dataList.GoodsNum}}
</view>
</view>
<view class="active_Title">活动对象</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment