Parcourir la source

:art: 更换花型数量后提示修改价格

Ritchie il y a 1 an
Parent
commit
74cc91b137
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/device/deviceSet.vue

+ 1 - 0
src/views/device/deviceSet.vue

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