套餐合并预发布

This commit is contained in:
GaoHao 2024-12-05 14:24:17 +08:00
parent 282d1673d1
commit cbb7a026b5
2 changed files with 5 additions and 6 deletions

View File

@ -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)

View File

@ -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)