Commit cc8544d9 authored by 黄奎's avatar 黄奎

页面修改

parent b6683b26
......@@ -561,7 +561,17 @@
methods: {
//获取商品数据
getData() {
var qMsg = {
ActivityId: this.addMsg.ActivityId
}
this.apipost("/api/GroupBuy/GetGroupbuyActivity", qMsg, res => {
console.log("GetGroupbuyActivity", res);
if (res.data.resultCode == 1) {
} else {
}
})
},
//点击checkbox是否限购商品
itemChecked(type) {
......
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