tianyi 3 weeks ago
parent
commit
7f170c7043
  1. 8
      src/views/app/business/lineManage/addEdit.vue

8
src/views/app/business/lineManage/addEdit.vue

@ -169,7 +169,7 @@
merchantName: '',
merchantId: '',
merchantImage: '',
linkUrl: '/package1/group/groupBuySingle?type=shop&item=',
linkUrl: '/package2/group/groupBuySingle?type=shop&item=',
linkParams: '',
productList1: {
adId: "",
@ -214,7 +214,7 @@
},
submit() {
this.form.productList.push(this.form.productList1)
this.form.linkUrl = '/package1/group/groupBuySingle?type=shop&item='
this.form.linkUrl = '/package2/group/groupBuySingle?type=shop&item='
this.form.adImage = ''
for (let i = 0; i < this.adList.length; i++) {
this.form.adImage += this.adList[i].pic + ','
@ -240,7 +240,7 @@
merchantName: '',
merchantId: '',
merchantImage: '',
linkUrl: '/package1/group/groupBuySingle?type=shop&item=',
linkUrl: '/package2/group/groupBuySingle?type=shop&item=',
linkParams: '',
productList1: {
adId: "",
@ -274,7 +274,7 @@
merchantName: '',
merchantId: '',
merchantImage: '',
linkUrl: '/package1/group/groupBuySingle?type=shop&item=',
linkUrl: '/package2/group/groupBuySingle?type=shop&item=',
linkParams: '',
productList1: {
adId: "",

Loading…
Cancel
Save