|
@@ -326,6 +326,13 @@
|
|
|
this.packageDetailList=res.data
|
|
|
})
|
|
|
},
|
|
|
+ inputconfirm(){
|
|
|
+ this.$http('openH5SetTheGuest/couponPackageList', {
|
|
|
+ name:this.couponname
|
|
|
+ },'GET').then(res => {
|
|
|
+ this.couponPackageList=res.data
|
|
|
+ })
|
|
|
+ },
|
|
|
getcouponPackageList(){
|
|
|
this.$http('openH5SetTheGuest/couponPackageList', {
|
|
|
|
|
@@ -454,6 +461,11 @@
|
|
|
this.groupMoney=jkdata.groupMoney;
|
|
|
this.groupOutState=jkdata.groupOutState;
|
|
|
this.groupRestrictions=jkdata.groupRestrictions;
|
|
|
+ this.packageDetailList=res.data.couponList
|
|
|
+ this.couponPackageData={
|
|
|
+ name:jkdata.couponPackageName,
|
|
|
+ id:jkdata.couponPackageId
|
|
|
+ }
|
|
|
//console.log(this.imgListArr)
|
|
|
uni.setStorage({
|
|
|
key: 'shopckList',
|