Browse Source

no message

feature/v1.4
xpz2018 5 years ago
parent
commit
f16b0c023a
2 changed files with 2 additions and 1 deletions
  1. 2
      pages/login/index.js
  2. 1
      pages/process/order-info/index.wxml

2
pages/login/index.js

@ -128,7 +128,7 @@ Page({
})
return
}
// headerFactoryId(app.userInfo.factoryId)
headerFactoryId(app.userInfo.factoryId)
// wx.redirectTo({ url: '/pages/agent/result/index' })
wx.redirectTo({ url: '/pages/index/index' })
} else {

1
pages/process/order-info/index.wxml

@ -158,6 +158,7 @@
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding:0rpx 32rpx {{safeBottom}}rpx 32rpx;"
wx:if="{{form && (form.status == 3 || form.status == 4 || form.status == 42) && !agent }}">
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="repeatOrder" wx:if="{{form.status == 3}}">重新过皮重</van-button>
<van-button plain type="danger" custom-style="margin-left:32rpx;height:88rpx;width:254rpx" bind:click="checkOrder" wx:if="{{form.status == 3}}">重新定价</van-button>
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="checkOrder" wx:if="{{form.status == 3}}">通过审核</van-button>
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 4}}">进行支付</van-button>
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 42}}">客户结算</van-button>

Loading…
Cancel
Save