shish 4 жил өмнө
parent
commit
1b754b25e7

+ 5 - 1
hdPad/src/pages/home/components/leftGroup.vue

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