|
@@ -496,6 +496,7 @@ export default {
|
|
const onFlowerConfirm = ({ selectedOptions }) => {
|
|
const onFlowerConfirm = ({ selectedOptions }) => {
|
|
showFlowerPicker.value = false;
|
|
showFlowerPicker.value = false;
|
|
deviceDetal.value.flowers = selectedOptions[0].text;
|
|
deviceDetal.value.flowers = selectedOptions[0].text;
|
|
|
|
+ showToast("提示:\n修改花型后需要重新设置价格")
|
|
}
|
|
}
|
|
|
|
|
|
// 点击去到编辑标签页
|
|
// 点击去到编辑标签页
|