| | |
| | | console.log(res); |
| | | uni.hideLoading(); |
| | | let data = res.lua_result |
| | | if (data) { |
| | | if (data.ret != 0) { |
| | | var tip = data.err_info ? typeof data.err_info == 'string' ? data |
| | | .err_info : |
| | |
| | | .info |
| | | .join( |
| | | '<br/>') : ''; |
| | | tip = tip || data.err_info |
| | | if (tip) uni.showModal({ |
| | | title: this.translateSys('tip'), |
| | | content: tip, |
| | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | //刷新 |
| | | uni.redirectTo({ |
| | | url: '../modal/3018?param=' + JSON.stringify(this.$data |
| | |
| | | .info |
| | | .join( |
| | | '<br/>') : ''; |
| | | tip = tip || data.err_info |
| | | if (tip) uni.showModal({ |
| | | title: this.translateSys('tip'), |
| | | content: tip, |