Commit 28efc9b7 authored by zhengke's avatar zhengke

修改

parent 5431c0da
......@@ -1356,7 +1356,6 @@
})
this.disList2 = JSON.parse(JSON.stringify(dislist));
this.memberList2 = JSON.parse(JSON.stringify(memberList2));
console.log("this.memberList2",this.memberList2)
},
addggModeule() {
this.speciDig = true;
......@@ -1641,8 +1640,6 @@
}
this.butorIntList.push(msg)
}
console.log("butorIntList",this.butorIntList)
this.GetDropdownList();
}
......@@ -1695,7 +1692,6 @@
this.GradeCommissionList.push(obj2);
})
this.GradeCommissionList = JSON.parse(JSON.stringify(this.GradeCommissionList))
console.log("this.GradeCommissionList",this.GradeCommissionList)
this.disList1 = [];
let objNew = {
SpecificationSort: '',
......
......@@ -199,7 +199,7 @@
<div flex="dir:left cross:center" style="flex-wrap: wrap;">
<div flex="dir:top cross:center main:center" class="text-center"
style="border-right: 1px solid rgb(226, 226, 226); border-bottom: 1px solid rgb(226, 226, 226); width: 125px; height: 110px;">
<img :src="getIconLink(addMsg.DistributionCommissionImagePath)"
<img :src="getIconLink(addMsg.DistributionCommissionImage)"
style="width: 35px; height: 35px;">
<div style="transform: scale(0.8); font-size: 16px; padding-top: 8px; color: rgb(102, 102, 102);">
{{addMsg.DistributionCommissionName}}
......@@ -207,28 +207,28 @@
</div>
<div flex="dir:top cross:center main:center" class="text-center"
style="border-right: 1px solid rgb(226, 226, 226); border-bottom: 1px solid rgb(226, 226, 226); width: 125px; height: 110px;">
<img :src="getIconLink(addMsg.DistributionOrderImagePath)" style="width: 35px; height: 35px;">
<img :src="getIconLink(addMsg.DistributionOrderImage)" style="width: 35px; height: 35px;">
<div style="transform: scale(0.8); font-size: 16px; padding-top: 8px; color: rgb(102, 102, 102);">
{{addMsg.DistributionOrderName}}
</div>
</div>
<div flex="dir:top cross:center main:center" class="text-center"
style="border-right: 1px solid rgb(226, 226, 226); border-bottom: 1px solid rgb(226, 226, 226); width: 125px; height: 110px;">
<img :src="getIconLink(addMsg.WithdrawDetialsImagePath)" style="width: 35px; height: 35px;">
<img :src="getIconLink(addMsg.WithdrawDetialsImage)" style="width: 35px; height: 35px;">
<div style="transform: scale(0.8); font-size: 16px; padding-top: 8px; color: rgb(102, 102, 102);">
{{addMsg.WithdrawDetialsName}}
</div>
</div>
<div flex="dir:top cross:center main:center" class="text-center"
style="border-right: 1px solid rgb(226, 226, 226); border-bottom: 1px solid rgb(226, 226, 226); width: 125px; height: 110px;">
<img :src="getIconLink(addMsg.MyTeamImagePath)" style="width: 35px; height: 35px;">
<img :src="getIconLink(addMsg.MyTeamImage)" style="width: 35px; height: 35px;">
<div style="transform: scale(0.8); font-size: 16px; padding-top: 8px; color: rgb(102, 102, 102);">
{{addMsg.MyTeamName}}
</div>
</div>
<div flex="dir:top cross:center main:center" class="text-center"
style="border-right: 1px solid rgb(226, 226, 226); border-bottom: 1px solid rgb(226, 226, 226); width: 125px; height: 110px;">
<img :src="getIconLink(addMsg.PromoteQRCodeImagePath)" style="width: 35px; height: 35px;">
<img :src="getIconLink(addMsg.PromoteQRCodeImage)" style="width: 35px; height: 35px;">
<div style="transform: scale(0.8); font-size: 16px; padding-top: 8px; color: rgb(102, 102, 102);">
{{addMsg.PromoteQRCodeName}}
</div>
......@@ -713,22 +713,26 @@
getIconMsg(iconMsg){
switch(this.commonIndex){
case 3:
this.addMsg.DistributionCommissionImage=this.fenxiaoMoren;
iconMsg.Path=this.fenxiaoMoren;
break;
case 4:
this.addMsg.DistributionOrderImage=this.fenxiaoOrder;
iconMsg.Path=this.fenxiaoOrder;
break;
case 5:
this.addMsg.WithdrawDetialsImage=this.tixianMoren;
iconMsg.Path=this.tixianMoren;
break;
case 6:
this.addMsg.MyTeamImage=this.myTeamMoren;
iconMsg.Path=this.myTeamMoren;
break;
case 7:
iconMsg.Path=this.myTeamMoren;
this.addMsg.PromoteQRCodeImage=this.tuiguangCode;
iconMsg.Path=this.tuiguangCode;
break;
}
console.log(msg,'msg');
},
save() {
this.apipost("/api/user/SetDistributorCustomInfo", this.addMsg, res => {
......@@ -761,21 +765,16 @@
} else if (this.imgType == 2) {
this.addMsg.BottomImage = msg.url;
} else if (this.imgType == 3) {
this.addMsg.DistributionCommissionImage = msg.selectId;
this.addMsg.DistributionCommissionImagePath = msg.url;
this.addMsg.DistributionCommissionImage = msg.url;
} else if (this.imgType == 4) {
this.addMsg.DistributionOrderImage = msg.selectId;
this.addMsg.DistributionOrderImagePath = msg.url;
this.addMsg.DistributionOrderImage = msg.url;
} else if (this.imgType == 5) {
this.addMsg.WithdrawDetialsImage = msg.selectId;
this.addMsg.WithdrawDetialsImagePath = msg.url;
this.addMsg.WithdrawDetialsImage = msg.url;
} else if (this.imgType == 6) {
this.addMsg.MyTeamImage = msg.selectId;
this.addMsg.MyTeamImagePath = msg.url;
this.addMsg.MyTeamImage= msg.url;
} else if (this.imgType == 7) {
this.addMsg.PromoteQRCodeImage = msg.selectId;
this.addMsg.PromoteQRCodeImagePath = msg.url;
this.addMsg.PromoteQRCodeImage = msg.url;
}
if (this.imgType > 2) {
this.iconMsg.Path = msg.url;
......
......@@ -286,7 +286,6 @@
},
handleCurrentChange(val) {
this.PageMsg.pageIndex = val;
console.log(val, 'vallll')
this.GetPageList();
},
GetMemberGradeList() {
......
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