@@ -50,7 +50,8 @@ export default {
currentJobId:0,
groupList:[],
settleOpenStatus:0,
- groupInfo:{}
+ groupInfo:{},
+ orderId:0
}
},
watch:{
@@ -65,6 +66,9 @@ export default {
this.getGroupList()
methods:{
+ selectPayWayBack(price){
+ this.$util.hitRemind()
+ },
getDetail(item){
this.$util.hitRemind()
uni.showLoading({mask:true})