Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
a99e1e0325
4 changed files with 5 additions and 5 deletions
  1. 2
      pages/agent/agent-item/index.wxml
  2. 2
      pages/agent/factory/index.wxml
  3. 2
      pages/ztbvip/index.js
  4. 4
      pages/ztbvip/index.wxml

2
pages/agent/agent-item/index.wxml

@ -24,7 +24,7 @@
<text class="text-black" wx:if="{{item.proxypaySurcharge}}">代卖费:</text>
<text class="text-red" wx:if="{{item.proxypaySurcharge}}">{{formate.formatePrice2(item.proxypaySurcharge, kg)}}</text>
<text class="text-black" style="margin-left:32rpx" wx:if="{{item.foreignPaybackIntervalString}}">纸厂账期:</text>
<text class="text-red" wx:if="{{item.foreignPaybackIntervalString}}">{{item.foreignPaybackIntervalString}}</text>
<text class="text-red" wx:if="{{item.foreignPaybackIntervalString}}">{{item.foreignPaybackIntervalString}}</text>
</view>
</view>
<text class="cuIcon-right text-gray" style="font-size:18px"></text>

2
pages/agent/factory/index.wxml

@ -26,7 +26,7 @@
<text class="text-black" wx:if="{{factoryDetail.proxypaySurcharge}}">代卖费:</text>
<text class="text-red" wx:if="{{factoryDetail.proxypaySurcharge}}">{{formate.formatePrice2(factoryDetail.proxypaySurcharge, kg)}}</text>
<text class="text-black" style="margin-left:32rpx" wx:if="{{factoryDetail.foreignPaybackIntervalString}}">纸厂账期:</text>
<text class="text-red" wx:if="{{factoryDetail.foreignPaybackIntervalString}}">{{factoryDetail.foreignPaybackIntervalString}}</text>
<text class="text-red" wx:if="{{factoryDetail.foreignPaybackIntervalString}}">{{factoryDetail.foreignPaybackIntervalString}}</text>
</view>
</view>
</view>

2
pages/ztbvip/index.js

@ -19,7 +19,7 @@ Page({
this.setData({ safeBottom: app.globalData.safeBottom, userInfo: app.globalData.userInfo })
getMemberExpenseList().then(res => {
this.setData({ iconList: res.data, divIndex:res.data[0].id })
}).catch(err => { })
})
event.on('EventMessage', this, this.onEvent)
this.wuxDialog = this.wuxDialog || this.selectComponent('#wux-dialog')
},

4
pages/ztbvip/index.wxml

@ -30,8 +30,8 @@
</view>
</view>
<view class="text-bold bg-white" style="font-size:32rpx;color:#333333;padding:12rpx 12rpx 8rpx 32rpx;">选择购买的会员产品</view>
<scroll-view class="bg-white" scroll-x="{{true}}" style="width: 750rpx;height: 320rpx;">
<view class="text-bold bg-white" style="font-size:32rpx;color:#333333;padding:12rpx 12rpx 8rpx 32rpx;" wx:if="{{iconList.length}}">选择购买的会员产品</view>
<scroll-view class="bg-white" scroll-x="{{true}}" style="width: 750rpx;height: 320rpx;" wx:if="{{iconList.length}}">
<view style="display:flex;align-items: center;width: 750rpx;">
<view style="min-width: 208rpx;margin-left: 32rpx;height: 280rpx;" wx:for="{{iconList}}" wx:key="index" data-index="{{index}}" bindtap="onGridTap">
<view class="{{item.id == divIndex? 'openVip22':'openVip21'}}" style="position: relative;margin-top: 24rpx;">

Loading…
Cancel
Save