shish il y a 1 mois
Parent
commit
fb7229ae62
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      hdApp/src/admin/clear/info.vue

+ 2 - 1
hdApp/src/admin/clear/info.vue

@@ -292,7 +292,8 @@ export default {
 		},
 		getInfo(id){
 			let that = this
-			getDetail({ id }).then(res => {
+			let salt = that.option.salt || ''
+			getDetail({ id:id,salt:salt }).then(res => {
 				if (res.code == 1) {
 					that.detailInfo = res.data || {}
 					uni.pageScrollTo({ scrollTop: 0, duration: 200 })