render() { const { isLoading, showImageViewer } = this.state; const { message } = this.props; const images = [{ url: message.payload.uri }]; return ...
確定! 回上一頁