| | |
| | | // console.log(success); |
| | | if (success.code == '00000' || success.err_code == 0) { |
| | | this.data = success.data; |
| | | |
| | | if (success.err_code != undefined) { //判断是否是Mobox3 |
| | | success.result.forEach(async (area, index) => { |
| | | if (area.client_type == 2) { //判断类型是否是PDA类型 |
| | |
| | | if (success.err_code == 0) { |
| | | if ((success.result || []).length > 0) { |
| | | $this.data.push(success.result[0]); |
| | | console.log("onLoad",$this.data ) |
| | | this.$store.commit("areaFunc", $this.data); |
| | | } |
| | | |
| | |
| | | //mobox3的param是base64字符串 |
| | | if (!paramStr.includes('"')) param = Base64.decode(paramStr); |
| | | } |
| | | |
| | | |
| | | if (!param) { |
| | | uni.showModal({ |
| | | title: this.translateSys("tip"), |