Commit a5d472ccb80e3446fdd91009d3ea23e72a7b06c7

Authored by WXD-SEASON\season
1 parent 8338a77f

去掉filter没有用掉

packageE/pages/user/monthgiftbag/giftpackbuy/giftpackbuy.wxml
1   -<wxs module="filter" src="../../../utils/filter.wxs"></wxs>
2 1 <view class="top_img" style="background-color: {{ad_data?ad_data.bgcolor:'rgb(250, 120, 88)'}};min-height: 100vh;">
3 2 <block wx:if="{{ad_data}}">
4 3 <view class="top_img">
... ...
packageE/pages/user/monthgiftbag/payment/payment.wxml
1   -<wxs module="filters" src="../../../utils/filter.wxs"></wxs>
2 1 <view>
3 2 <!-- 支付成功提示 -->
4 3 <view class="payradio">
... ...