@@ -282,7 +282,12 @@
}
-
+ for(var i in this.detail ){
+ if(this.detail[i]==null){
+ this.detail[i]=""
+
+ }
uni.hideLoading()
}).catch(error => {