Commit 618d5ab8 authored by 黄媛媛's avatar 黄媛媛

活动默认选中第一条

parent 5f97aed2
......@@ -127,7 +127,13 @@ export default {
res => {
this.loading = false;
if (res.data.resultCode == 1) {
console.log("res",res);
this.Actitylist = res.data.data;
if(this.Actitylist.length>0){
this.msg.CouponId=this.Actitylist[0].Id;
}
} else {
this.$message.error(res.data.message);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment