套餐合并预发布
This commit is contained in:
parent
282d1673d1
commit
cbb7a026b5
|
|
@ -934,10 +934,11 @@
|
|||
* @param {Object} item
|
||||
*/
|
||||
async morloe(e, index, index1, item) {
|
||||
this.skuBtnText = "添加到购物车";
|
||||
this.isSpec = true;
|
||||
//套餐处理
|
||||
if ( this.specifications.type == 'package'&&this.specifications.groupType == 1){
|
||||
// 当前分类下选中数量
|
||||
this.isSpec = true;
|
||||
let number = 0;
|
||||
this.skuidname = [];
|
||||
this.groupProductldList = []
|
||||
|
|
@ -978,8 +979,7 @@
|
|||
}
|
||||
|
||||
let querySpecList = [];
|
||||
this.skuBtnText = "添加到购物车";
|
||||
this.isSpec = true;
|
||||
|
||||
// 设置当前选中下标
|
||||
if (this.specifications.tagSnap[index].start != index1) {
|
||||
this.$set(this.specifications.tagSnap[index], 'start', index1)
|
||||
|
|
|
|||
|
|
@ -634,10 +634,11 @@
|
|||
* @param {Object} item
|
||||
*/
|
||||
async morloe(e, index, index1, item) {
|
||||
this.skuBtnText = "添加到购物车";
|
||||
this.isSpec = true;
|
||||
//套餐处理
|
||||
if ( this.specifications.type == 'package'&&this.specifications.groupType == 1){
|
||||
// 当前分类下选中数量
|
||||
this.isSpec = true;
|
||||
let number = 0;
|
||||
this.skuidname = [];
|
||||
this.groupProductldList = []
|
||||
|
|
@ -678,8 +679,6 @@
|
|||
}
|
||||
|
||||
let querySpecList = [];
|
||||
this.skuBtnText = "添加到购物车";
|
||||
this.isSpec = true;
|
||||
// 设置当前选中下标
|
||||
if (this.specifications.tagSnap[index].start != index1) {
|
||||
this.$set(this.specifications.tagSnap[index], 'start', index1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue