// 判斷第三方SpuId
if(_this.product.thirdSpuId && _this.product.thirdSkuId? || !_this.product.thirdSpuId && !_this.product.thirdSkuId){
????console.log("同時(shí)為空或者同時(shí)存在");
}else {
????console.log("只輸入了一個(gè)值");
????return;
}
// 判斷第三方SpuId
if(_this.product.thirdSpuId && _this.product.thirdSkuId? || !_this.product.thirdSpuId && !_this.product.thirdSkuId){
????console.log("同時(shí)為空或者同時(shí)存在");
}else {
????console.log("只輸入了一個(gè)值");
????return;
}