Browse Source

no message

feature/v2.3
xpz2018 4 years ago
parent
commit
051a2a21c3
1 changed files with 2 additions and 3 deletions
  1. 5
      pages/process/payment/index.js

5
pages/process/payment/index.js

@ -114,9 +114,8 @@ Scene({
}
// this.data.settleType = String(element.settleType)
}
var settleType = app.userInfo.factory.settleType
if(settleType){
this.data.settleType = String(settleType)
if(app.userInfo.factory.settleType){
this.data.settleType = String(app.userInfo.factory.settleType)
}
this.data.orderStatus = orderList[0].status
if(this.data.orderStatus == 42 && this.data.settleType == '3'){

Loading…
Cancel
Save