Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
2cee319dcf
3 changed files with 3 additions and 3 deletions
  1. 2
      pages/agent/appointment/index.wxml
  2. 2
      pages/process/outside-info/index.wxml
  3. 2
      pages/process/payment/index.js

2
pages/agent/appointment/index.wxml

@ -62,7 +62,7 @@
</view> </view>
<view class="bg-white cu-list grid col-4 no-border" style="padding: 16rpx 24rpx 0rpx 24rpx" wx:if="{{vateList.length}}"> <view class="bg-white cu-list grid col-4 no-border" style="padding: 16rpx 24rpx 0rpx 24rpx" wx:if="{{vateList.length}}">
<view class="cu-item" wx:for="{{vateList}}" wx:key="index" style="padding: 0rpx 8rpx 8rpx 8rpx"> <view class="cu-item" wx:for="{{vateList}}" wx:key="index" style="padding: 0rpx 8rpx 8rpx 8rpx">
<van-button plain round size="small" data-index="{{index}}" bind:click="tagChange">{{item.plateNumber}}</van-button>
<van-button plain round size="small" data-index="{{index}}" custom-style="padding: 0;min-width: 160rpx;" bind:click="tagChange">{{item.plateNumber}}</van-button>
</view> </view>
</view> </view>
<view class="bg-white" style="padding: 0rpx 30rpx"> <view class="bg-white" style="padding: 0rpx 30rpx">

2
pages/process/outside-info/index.wxml

@ -179,7 +179,7 @@
<view style="border-radius: 50rpx;position: fixed;bottom:160rpx;right:50rpx" wx:if="{{form}}"> <view style="border-radius: 50rpx;position: fixed;bottom:160rpx;right:50rpx" wx:if="{{form}}">
<van-button round type="info" bind:click="printOrder" custom-style="width: 100rpx;height: 100rpx;"> <van-button round type="info" bind:click="printOrder" custom-style="width: 100rpx;height: 100rpx;">
<van-icon name="printer" />
<van-icon name="printer" size="30px"/>
</van-button> </van-button>
</view> </view>

2
pages/process/payment/index.js

@ -47,7 +47,7 @@ Scene({
this.setData({ height: app.globalData.fragmentHeight, safeBottom: app.globalData.safeBottom }) this.setData({ height: app.globalData.fragmentHeight, safeBottom: app.globalData.safeBottom })
util.showToast(err) util.showToast(err)
}) })
} else if(options.channel){
} else if(Number(options.channel) == 1){
let channel = this.getOpenerEventChannel() let channel = this.getOpenerEventChannel()
let that = this let that = this
channel.on('onParam', function (data) { channel.on('onParam', function (data) {

Loading…
Cancel
Save