Commit 5093f373 authored by 黄奎's avatar 黄奎

页面修改

parent a689cf1b
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
......@@ -378,7 +378,6 @@ export default {
getOrderStatus(){
this.apipost("/api/order/GetOrderStatusEnumList",{}, res => {
this.orderStatusList=res.data.data;
console.log("this.orderStatusList",this.orderStatusList)
})
},
getDelivery(){
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -49,7 +49,6 @@
if (res.data.resultCode == 1) {
this.dataList = res.data.data.pageData;
this.total = res.data.data.count;
console.log(this.dataList,'datalist');
} else {
this.Info(res.data.message);
}
......
......@@ -49,7 +49,6 @@
getList() {
this.apipost("/api/product/GetProductGoodsDialogList", this.msg, res => {
if (res.data.resultCode == 1) {
console.log(res,'res');
this.total=res.data.data.count;
this.dataList=res.data.data.pageData;
} else {
......
This diff is collapsed.
This diff is collapsed.
......@@ -173,7 +173,6 @@
this.UserList[i].Id = this.UserList[i].UserId
}
}
console.log(this.UserList)
} else {
this.Info(res.data.message);
}
......
......@@ -382,7 +382,6 @@
//选择商品
getGoodsChoice() {
var ckedArr = this.$refs.choiceGood.getChoicedGoods();
console.log(ckedArr, 'ddd');
this.data.list = this.data.list.concat(ckedArr);
this.isShowGoods = false;
this.$refs.choiceGood.toggleSelection();
......@@ -469,7 +468,6 @@
}
},
cButtonStyle() {
console.log(this.data.buyBtnStyle);
let style =
`background: ${this.data.buttonColor};border-color: ${this.data.buttonColor};height:48px;line-height:50px;padding: 0 20px;`;
if (this.data.buyBtnStyle === 3 || this.data.buyBtnStyle === 4) {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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