|
|
@@ -84,6 +84,8 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {},
|
|
|
+ computed: {
|
|
|
+ },
|
|
|
mounted() {
|
|
|
|
|
|
if(this.info.priceLabel == 2){
|
|
|
@@ -141,7 +143,7 @@ export default {
|
|
|
if(!this.bigCount && !this.smallCount){
|
|
|
//首次选花材
|
|
|
let params = { ...this.info, bigCount: this.bigCount, smallCount: this.smallCount, userPrice: this.userPrice, };
|
|
|
- this.$emit("setInfoBeforeShowModel", this.info,params);
|
|
|
+ this.$emit("groupDataBeforeShowModel", this.info,params);
|
|
|
}else{
|
|
|
this.$emit("showAddModel", { ...this.info, bigCount: this.bigCount, smallCount: this.smallCount, userPrice: this.userPrice, });
|
|
|
}
|