|
|
|
@ -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'){ |
|
|
|
|