@@ -87,8 +87,12 @@ export default {
this.giveNum = 1
this.giveTargetId = item.id
},
- confirmGive(){
+ confirmGive(val){
let that = this
+ if (val.index === 0) {
+ that.givePopShow = false
+ return false
+ }
if(Number(this.giveTargetId)<=0){
this.$msg('请选择要赠送的花材')
return false
@@ -2,8 +2,8 @@
"name" : "销花宝",
"appid" : "__UNI__BD781B0",
"description" : "批发进销存及财务管理系统",
- "versionName" : "1.1.16",
- "versionCode" : 1116,
+ "versionName" : "1.1.17",
+ "versionCode" : 1117,
"transformPx" : true,
/* 5+App特有相关 */
"app-plus" : {
@@ -347,8 +347,12 @@ export default {